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 batchnorm folding transformations (fx) #348

Merged
merged 23 commits into from
Sep 20, 2022

Commits on Sep 20, 2022

  1. added batchnorm folding

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9db48b8 View commit details
    Browse the repository at this point in the history
  2. doc and renaming

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    acf0427 View commit details
    Browse the repository at this point in the history
  3. slightly better doc

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    06fa617 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d38d3b View commit details
    Browse the repository at this point in the history
  5. add batchnorm1d before linear

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    082c7b5 View commit details
    Browse the repository at this point in the history
  6. moved test

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    32f4e3f View commit details
    Browse the repository at this point in the history
  7. fix

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3b61e93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    768a6c3 View commit details
    Browse the repository at this point in the history
  9. use get_submodule

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    50449d1 View commit details
    Browse the repository at this point in the history
  10. add test

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b8a78ff View commit details
    Browse the repository at this point in the history
  11. better doc

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f9f458a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf5921c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0749644 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64caff3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2328f6f View commit details
    Browse the repository at this point in the history
  16. fix fx test yml

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    169dbef View commit details
    Browse the repository at this point in the history
  17. remove fx quantization tests as they were not run previously, and are…

    … broken (to fix in an other PR)
    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d5e700a View commit details
    Browse the repository at this point in the history
  18. remove deepcopies

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4242672 View commit details
    Browse the repository at this point in the history
  19. readd comment

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1997c33 View commit details
    Browse the repository at this point in the history
  20. style

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    efbeb1a View commit details
    Browse the repository at this point in the history
  21. refactor test

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3a7f73e View commit details
    Browse the repository at this point in the history
  22. remove duplicate arg

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    d34ce86 View commit details
    Browse the repository at this point in the history
  23. simplify tests

    fxmarty committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2aa167f View commit details
    Browse the repository at this point in the history