-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update pyspelling to include beginner tutorials written in Python #2279
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!
To edit notification comments on pull requests, go to your Netlify site settings. |
* Change kernel to 5x5 in 1st Conv2d layer in model init Signed-off-by: Kiersten Stokes <kierstenstokes@gmail.com> * Change kernel to 5x5 in 2nd Conv2d layer in model init * Fix dimensions of 1st Linear layer to match new expected size --------- Signed-off-by: Kiersten Stokes <kierstenstokes@gmail.com> Co-authored-by: Suraj Subramanian <5676233+suraj813@users.noreply.github.com> Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
ad27330
to
96fe703
Compare
en-wordlist.txt
Outdated
NumPy | ||
Numericalization | ||
Numpy's | ||
Numpy's |
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.
Should it be uniformly capitalized as NumPy's
?
jpg | ||
labelled | ||
learnable | ||
loadFilename |
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.
This shouldn't be there, should it?
labelled | ||
learnable | ||
loadFilename | ||
manualSeed |
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.
Same as above
pytorch | ||
quantized | ||
quantizing | ||
randint |
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.
Shouldn't be there
reproducibility | ||
rescale | ||
rewinded | ||
runtime |
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.
runtime |
# Ignore multiline content in codeblock | ||
- open: '(?s)^::\n\n ' | ||
close: '^\n' |
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.
This is bad, it means that there are incorrectly offset codeblocks in the tutorials
beginner_source/*.py