-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Updating "Classifying Names with a Character-Level RNN" #2954
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
Merged
Merged
Changes from 20 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
52889cf
Updating 8 year old tutorial to include DataLoader, splitting into tr…
mgs28 126f7ad
use label instead of category for class and remove old cmd line code-…
mgs28 83612a5
Merge branch 'main' into mgs28-char-rnn-update
mgs28 b4db18d
Simplify RNN class (e.g. one forward function), adding minibatches + …
mgs28 64169cf
Merge branch 'mgs28-char-rnn-update' of github.com:mgs28/tutorials in…
mgs28 fc0b379
Merge branch 'main' into mgs28-char-rnn-update
svekars b0202ec
Merge branch 'main' into mgs28-char-rnn-update
mgs28 6d08a08
fixing spelling errors, slight change to # of iterations to generate …
mgs28 80804ae
decreasing training time by 97% (72s on CPU) by tuning hyper paramete…
mgs28 ec6cb48
Merge branch 'main' into mgs28-char-rnn-update
mgs28 07cdb7a
Merge branch 'main' into mgs28-char-rnn-update
svekars 10cfcaa
removing updated by
mgs28 ecb97ef
Merge branch 'pytorch:main' into mgs28-char-rnn-update
mgs28 8508a8b
Merge branch 'main' into mgs28-char-rnn-update
svekars fb72a18
Merge branch 'main' into mgs28-char-rnn-update
mgs28 fd23ebe
Merge branch 'main' into mgs28-char-rnn-update
svekars cf3de68
based on Joel's review of Sept 9th: removing NameData object, combini…
mgs28 3d2bb57
fixing training description to focus on the single train() function r…
mgs28 e08b4e3
updating tutorial to use nn.rnn in composition
mgs28 d9d81a1
Merge branch 'main' into mgs28-char-rnn-update
mgs28 8258deb
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 d7cfb5d
Merge branch 'main' into mgs28-char-rnn-update
mgs28 3f11bc1
tuning the results to show more of a diagonal on confusion matrix.. C…
mgs28 76b5f55
Merge branch 'main' into mgs28-char-rnn-update
mgs28 5709eeb
Merge branch 'main' into mgs28-char-rnn-update
svekars 73991de
Merge branch 'main' into mgs28-char-rnn-update
svekars 574b070
clarifying language based on svekars' feedback
mgs28 1ea0fb3
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 f56993b
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 a3158ef
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 4aa6595
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 c2cca94
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 fe01b65
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 0702a64
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 ac9ac86
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 83a6ccf
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 3a7f9df
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 2d46054
Update intermediate_source/char_rnn_classification_tutorial.py
mgs28 63cd021
Merge branch 'main' into mgs28-char-rnn-update
mgs28 2ddc290
Merge branch 'main' into mgs28-char-rnn-update
mgs28 88dc735
Merge branch 'main' into mgs28-char-rnn-update
mgs28 32c5357
removing set_ticklabels() errors
mgs28 12961d5
Apply suggestions from code review
svekars 7cb205c
Fix linkcheck
svekars cac1c3e
Merge branch 'main' into mgs28-char-rnn-update
svekars 7fc2c9b
Merge branch 'main' into mgs28-char-rnn-update
svekars 52374e0
removing device setup to speed up build
mgs28 7240041
adding device default to cpu since some commands involve a set device
mgs28 a996498
reducing number of epochs by 50% to speed up build
mgs28 7cbcdb3
Merge branch 'main' into mgs28-char-rnn-update
svekars e31a141
adding message the performance can be improved with more epochs
mgs28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.