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

[Improvement] Adapt OFA series with SearchableMobileNetV3 #385

Merged
merged 28 commits into from
Dec 15, 2022

Commits on Dec 7, 2022

  1. fix mutable bug in AttentiveMobileNetV3

    gaoyang07 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b06673c View commit details
    Browse the repository at this point in the history
  2. remove unness code

    gaoyang07 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ddbc1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c6579 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. unify the sampling usage in sandwich_rule-based NAS

    gaoyang07 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1e90c7a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. use alias to export subnet

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    931e7e4 View commit details
    Browse the repository at this point in the history
  2. update OFA configs

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ff17edd View commit details
    Browse the repository at this point in the history
  3. fix attr bug

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b916f3c View commit details
    Browse the repository at this point in the history
  4. fix comments

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5329ce2 View commit details
    Browse the repository at this point in the history
  5. update convert_supernet2subnet.py

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ff98502 View commit details
    Browse the repository at this point in the history
  6. correct the way to dump DerivedMutable

    gaoyang07 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2605c37 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix convert index bug

    gaoyang07 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a9f3d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. update OFA configs & models

    gaoyang07 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cd4d552 View commit details
    Browse the repository at this point in the history
  2. fix dynamic2static

    gaoyang07 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a58436b View commit details
    Browse the repository at this point in the history
  3. generalize convert_ofa_ckpt.py

    gaoyang07 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ab53bfe View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. update input_resizer

    gaoyang07 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d9dd1c7 View commit details
    Browse the repository at this point in the history
  2. update README.md

    gaoyang07 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b704a88 View commit details
    Browse the repository at this point in the history
  3. fix ut

    gaoyang07 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    dcb67f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. update export_fix_subnet

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    867ce89 View commit details
    Browse the repository at this point in the history
  2. update _dynamic_to_static

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    833da74 View commit details
    Browse the repository at this point in the history
  3. update fix_subnet UT & minor fix bugs

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    86b825b View commit details
    Browse the repository at this point in the history
  4. fix ut

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    276e1ee View commit details
    Browse the repository at this point in the history
  5. add new autoaug compared to attentivenas

    aptsunny committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4ccd30e View commit details
    Browse the repository at this point in the history
  6. clean

    aptsunny committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    feb97b1 View commit details
    Browse the repository at this point in the history
  7. fix act

    aptsunny committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e9f4ef1 View commit details
    Browse the repository at this point in the history
  8. fix act_cfg

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    71e06e5 View commit details
    Browse the repository at this point in the history
  9. update fix_subnet

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    daece07 View commit details
    Browse the repository at this point in the history
  10. fix lint

    gaoyang07 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    032a239 View commit details
    Browse the repository at this point in the history
  11. add docstring

    aptsunny committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    330946b View commit details
    Browse the repository at this point in the history