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

Add SSDlite architecture with MobileNetV3 backbones #3757

Merged
merged 27 commits into from
May 11, 2021

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    6e87247 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    1f1381d View commit details
    Browse the repository at this point in the history
  2. Refactor to keep JIT happy

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    41e107b View commit details
    Browse the repository at this point in the history
  3. Completed SSDlite.

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    cd25aef View commit details
    Browse the repository at this point in the history
  4. Fix lint

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    e3680ad View commit details
    Browse the repository at this point in the history
  5. Update todos

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    1fafb8f View commit details
    Browse the repository at this point in the history
  6. Add expected file in repo.

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    415058b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d17eb6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f318332 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4b907d View commit details
    Browse the repository at this point in the history
  10. Make T_max count epochs.

    datumbox committed May 1, 2021
    Configuration menu
    Copy the full SHA
    6d40406 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34c2769 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    ea46bfc View commit details
    Browse the repository at this point in the history
  2. Add ssdlite presets.

    datumbox committed May 2, 2021
    Configuration menu
    Copy the full SHA
    0dca06c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    7cce538 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    8b9ca53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8cbe46 View commit details
    Browse the repository at this point in the history
  3. Use _reduced_tail=True.

    datumbox committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8aa3f58 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Add sync BN support.

    datumbox committed May 5, 2021
    Configuration menu
    Copy the full SHA
    da81b69 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    5fbc112 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    d4024cb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    4ca472e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d55b7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    bad974a View commit details
    Browse the repository at this point in the history
  2. Make mean/std configurable.

    datumbox committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4020705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0bfc51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05ef49 View commit details
    Browse the repository at this point in the history