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

Fix nuclear norm with requires_grad=True #26303

Closed
wants to merge 7 commits into from

Commits on Sep 16, 2019

  1. Fix nuclear norm with requires_grad=True

    Changelog:
    - Selectively assign compute_uv in the at::svd used internally in the implementation of at::nuclear_norm
    
    Test Plan:
    - Add tests in common_method_invocations.py
    vishwakftw committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    aa116fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    04d0a53 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Merge remote-tracking branch 'origin/master' into HEAD

    pytorchbot committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    aeeb5fa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Merge remote-tracking branch 'origin/master' into HEAD

    pytorchbot committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    1499bc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Merge remote-tracking branch 'origin/master' into HEAD

    pytorchbot committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    a808722 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into HEAD

    pytorchbot committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d93518e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge remote-tracking branch 'origin/master' into HEAD

    pytorchbot committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    3444f14 View commit details
    Browse the repository at this point in the history