-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[maskedtensor] Adagrad sparse semantics [3/4] #2052
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. |
Generally, I got the point of the tutorial eventually, so nice! I do believe there are some opportunities to make the tutorial clearer, including:
|
Co-authored-by: Nikita Shulga <[email protected]>
f5b048f
to
e7fbf51
Compare
e7fbf51
to
d3b11e7
Compare
I like the comment on switching the conclusion to the front a lot -- I've implemented that :) |
f141231
to
d276617
Compare
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.
Overall good! Just a few more minor clarifications; the general sense is conveyed.
I haven't verified that the links all work (the preview's not done yet), but spot checking a few seem good.
e579146
to
25e33cf
Compare
25e33cf
to
304f08d
Compare
Restructured the PR stack from #2042
The new format will be:
PR #1: Overview Tutorial
PR #2: Sparsity
PR #3: Adagrad sparse semantics, i.e. what does MaskedTensor make easier -- this one
PR #4: Advanced semantics, e.g. NumPy differences and reduction semantics from Old overview