-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[WIP][CheatSheet] update out of place ops, update act fn, optimzers, schedulers, samplers #989
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
Conversation
Deploy preview for pytorch-tutorials-preview ready! Built with commit 3dc73d3 https://deploy-preview-989--pytorch-tutorials-preview.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it be failing, because I would need to add the same changes to this file: https://github.com/pytorch/tutorials/blob/master/beginner_source/PyTorch%20Cheat.md ? |
If the changes look OK, I'll add the same diffs to the other mentioned file later tonight. |
yes, we should actually be updating the .md file. Thanks! |
Let me look into the Netlify builds. I cleared the cache and rebuild which usually clears it up. Thanks @ptrblck for these updates! |
@jlin27 Thanks for looking into it! |
Hi @ptrblck! 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 we do not have a signature on file. In order for us to review and merge your code, 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. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
…rs (pytorch#989) Co-authored-by: pbialecki <pbialecki@nvidia.com> Co-authored-by: Jessica Lin <jplin@fb.com>
Added some update to out-of-place tensor operations as well as some updates to
CC @jspisak
Let me know, if these changes look OK and I can add them to the
PyTorch Cheat.md
.Tagging this PR as WIP for now.