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

[Enhance] Add ConvModule.turn_on_fast_conv_bn_eval to reduce repetitive code and dynamically bind conv during forward #2835

Merged
merged 6 commits into from
Jun 16, 2023

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    76413e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f2447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8155f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5b83fe View commit details
    Browse the repository at this point in the history
  5. only modify conv.forward during ConvModule.forward; keep it untouched…

    … outside ConvModule.forward
    youkaichao committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    06b2287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54f2b57 View commit details
    Browse the repository at this point in the history