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

[quant][graphmode][fx][eagermode] Add leaky relu support in quantization workflows #45712

Closed
wants to merge 5 commits into from

Commits on Oct 2, 2020

  1. [quant][graphmode][fx][eagermode] Add leaky relu support in quantizat…

    …ion workflows
    
    Summary:
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    [ghstack-poisoned]
    jerryzh168 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8be8d03 View commit details
    Browse the repository at this point in the history
  2. Update on "[quant][graphmode][fx][eagermode] Add leaky relu support i…

    …n quantization workflows"
    
    Summary:
    Eager mode will still be able to use functional leaky relu, but it will be less accurate than
    LeakyReLU module.
    FX graph mode will support both leaky relu functional and module
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    [ghstack-poisoned]
    jerryzh168 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4c3c43a View commit details
    Browse the repository at this point in the history
  3. Update on "[quant][graphmode][fx][eagermode] Add leaky relu support i…

    …n quantization workflows"
    
    Summary:
    Eager mode will still be able to use functional leaky relu, but it will be less accurate than
    LeakyReLU module.
    FX graph mode will support both leaky relu functional and module
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    [ghstack-poisoned]
    jerryzh168 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    0334150 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Update on "[quant][graphmode][fx][eagermode] Add leaky relu support i…

    …n quantization workflows"
    
    Summary:
    Eager mode will still be able to use functional leaky relu, but it will be less accurate than
    LeakyReLU module.
    FX graph mode will support both leaky relu functional and module
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    Differential Revision: [D24069961](https://our.internmc.facebook.com/intern/diff/D24069961)
    
    [ghstack-poisoned]
    jerryzh168 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    3414155 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Update on "[quant][graphmode][fx][eagermode] Add leaky relu support i…

    …n quantization workflows"
    
    Summary:
    Eager mode will still be able to use functional leaky relu, but it will be less accurate than
    LeakyReLU module.
    FX graph mode will support both leaky relu functional and module
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    Differential Revision: [D24069961](https://our.internmc.facebook.com/intern/diff/D24069961)
    
    [ghstack-poisoned]
    jerryzh168 committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    37541fd View commit details
    Browse the repository at this point in the history