Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New model.yaml activation: field #9371

Merged
merged 10 commits into from
Sep 15, 2022
Merged

New model.yaml activation: field #9371

merged 10 commits into from
Sep 15, 2022

Commits on Sep 11, 2022

  1. New model.yaml activation: field

    Add optional model yaml activation field to define model-wide activations, i.e.:
    
    ```yaml
    activation: nn.LeakyReLU(0.1)  # activation with arguments
    activation: nn.SiLU()  # activation with no arguments
    ```
    
    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5331384 View commit details
    Browse the repository at this point in the history
  2. Update yolo.py

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d03dee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    2538f49 View commit details
    Browse the repository at this point in the history
  2. Add example models

    glenn-jocher committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a071731 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. l to m models

    glenn-jocher committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    58c1f58 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. update

    glenn-jocher committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    14a8d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d9837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72caa01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56193f7 View commit details
    Browse the repository at this point in the history
  5. Update yolov5s-LeakyReLU.yaml

    Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    glenn-jocher committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    316750e View commit details
    Browse the repository at this point in the history