Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meta-pytorch/opacus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c40f1b
Choose a base ref
...
head repository: meta-pytorch/opacus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1286565
Choose a head ref
  • 8 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 7, 2022

  1. Benchmarking update (#495)

    Summary:
    While preparing the v1.2 release I wanted to take a look at perf difference between the 3 grad samplers that we have available now
    
    This PR adapts benchmarking code to run new grad samplers.
    
    Results will be reported separately
    
    Pull Request resolved: #495
    
    Reviewed By: romovpa
    
    Differential Revision: D39260522
    
    Pulled By: ffuuugor
    
    fbshipit-source-id: 94d1488fd3d6b26946bf7993ffbae9b1c6efc9fd
    Igor Shilov authored and facebook-github-bot committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c74aab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fix CIFAR-10 example: --batch-size must be int (#496)

    Summary:
    Fixing a bug introduced in #473
    
    Pull Request resolved: #496
    
    Reviewed By: ffuuugor
    
    Differential Revision: D39263716
    
    Pulled By: alexandresablayrolles
    
    fbshipit-source-id: ebc387fb5ef140cd35a9b2c69b6d03af20d507f7
    Peter Romov authored and facebook-github-bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d0d5967 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. disable padding=same for experimental hook (#498)

    Summary:
    The tests are failing because our experimental `convolution as a backward` GSM can't handle `padding="same"`
    
    Since this grad sampler is not used by default and mostly exists for aesthetic reasons, I think disabling the test is the best course of action.
    
    Pull Request resolved: #498
    
    Reviewed By: karthikprasad
    
    Differential Revision: D39357867
    
    Pulled By: alexandresablayrolles
    
    fbshipit-source-id: 89209aef6b61d026db724df61fce4997c44a3f9f
    Igor Shilov authored and facebook-github-bot committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d968a6d View commit details
    Browse the repository at this point in the history
  2. GradSampleModuleNoOp

    Alex Sablayrolles committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    70c4f76 View commit details
    Browse the repository at this point in the history
  3. Add functorch to cifar example

    Alex Sablayrolles committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    11793c1 View commit details
    Browse the repository at this point in the history
  4. Fix reshape/view to make expanded weights happy

    Alex Sablayrolles committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8804c83 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Alex Sablayrolles committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5cf1c70 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    Alex Sablayrolles committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1286565 View commit details
    Browse the repository at this point in the history
Loading