Skip to content
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

Shouldn't names.txt be added to this repo? #16

Open
delbarital opened this issue Dec 4, 2022 · 1 comment
Open

Shouldn't names.txt be added to this repo? #16

delbarital opened this issue Dec 4, 2022 · 1 comment

Comments

@delbarital
Copy link

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.

HarshaLaxman added a commit to HarshaLaxman/nn-zero-to-hero that referenced this issue Apr 23, 2023
@ksa-real
Copy link

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants