-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[jit] fix up refs in overview.md #33919
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
[ghstack-poisoned]
|
|
||
| * named Parameters - tensors used in training such as `weight` or `bias` | ||
| * named Methods - functions that can be run on the module such as `forward` | ||
| * named Buffers - tensors that are part of the training state of a module but do not appear in module.parameters() and do not participate in gradient descent. |
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.
Buffers are the same as tensor attributes, they should probably be in the same bullet
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.
that's more an implementation detail; since the api has buffers() and named_buffers() I thought we might want to call them out specifically.
💊 CircleCI build failures summary and remediationsAs of commit 001fe61: None of the build failures appear to be your fault.
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 🚧 1 upstream failure recognized by patterns:These builds matched patterns, but were probably caused by upstream breakages:
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 1 time. |
[ghstack-poisoned]
Summary: Pull Request resolved: #33919 Test Plan: Imported from OSS Differential Revision: D20154953 Pulled By: suo fbshipit-source-id: 2ef83cce8da88212bed7edc813c9b233267ea81b
Summary: Pull Request resolved: pytorch#33919 Test Plan: Imported from OSS Differential Revision: D20154953 Pulled By: suo fbshipit-source-id: 2ef83cce8da88212bed7edc813c9b233267ea81b
Stack from ghstack:
Differential Revision: D20154953