We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was looking for it and found it here https://github.com/karpathy/makemore/blob/master/names.txt
under the makemore repo, but it is referenced from the nn-zero-to-hero repo, so I would expect to see it here as well.
The text was updated successfully, but these errors were encountered:
Add names.txt to makemore lectures. Resolves karpathy#16
815b3dd
Another option is just to load the file directly in the collab notebook:
import urllib words = urllib.request.urlopen( 'https://raw.githubusercontent.com/karpathy/makemore/master/names.txt' ).read().decode('utf-8').splitlines()
Sorry, something went wrong.
No branches or pull requests
I was looking for it and found it here
https://github.com/karpathy/makemore/blob/master/names.txt
under the makemore repo, but it is referenced from the nn-zero-to-hero repo, so I would expect to see it here as well.
The text was updated successfully, but these errors were encountered: