Update deprecated PyTorch functions in fbcode/deeplearning#473
Update deprecated PyTorch functions in fbcode/deeplearning#473kit1980 wants to merge 1 commit intofacebookresearch:mainfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
…esearch#473) Summary: Pull Request resolved: facebookresearch#473 Update some deprecated PyTorch APIs: ger -> outer range -> arange functorch -> torch.func Differential Revision: D46615036 fbshipit-source-id: 183a63dfdde5b3114b6e2119b352460b39ac9cb5
5bd60b6 to
8b2772c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
…esearch#473) Summary: X-link: fairinternal/CrypTen#250 Pull Request resolved: facebookresearch#473 Update some deprecated PyTorch APIs: ger -> outer range -> arange functorch -> torch.func Differential Revision: D46615036 fbshipit-source-id: 2a3f8579d42a177fac93a8b5f1005dc110e16196
8b2772c to
e99f9e8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
…esearch#473) Summary: X-link: fairinternal/CrypTen#250 Pull Request resolved: facebookresearch#473 Update some deprecated PyTorch APIs: ger -> outer range -> arange functorch -> torch.func Differential Revision: D46615036 fbshipit-source-id: cded5c96dfb9d108fd561607b5dfbe4167ea8c1d
e99f9e8 to
afc6d96
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
…esearch#473) Summary: X-link: fairinternal/CrypTen#250 Pull Request resolved: facebookresearch#473 Update some deprecated PyTorch APIs: ger -> outer range -> arange functorch -> torch.func Reviewed By: malfet Differential Revision: D46615036 fbshipit-source-id: 81d5dd58239dd23b49b24a082b618d7d108422c2
afc6d96 to
f579c2f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
…esearch#473) Summary: X-link: fairinternal/CrypTen#250 Pull Request resolved: facebookresearch#473 Update some deprecated PyTorch APIs: ger -> outer range -> arange functorch -> torch.func Reviewed By: malfet Differential Revision: D46615036 fbshipit-source-id: 682a2c8090ca31d1182abeb16dc96e008d1ad1bb
f579c2f to
840a8a0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D46615036 |
|
Hi @kit1980! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
Summary:
Update some deprecated PyTorch APIs:
ger -> outer
range -> arange
functorch -> torch.func
Differential Revision: D46615036