-
Notifications
You must be signed in to change notification settings - Fork 56
Issues: sgrvinod/a-PyTorch-Tutorial-to-Text-Classification
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
/content/a-PyTorch-Tutorial-to-Text-Classification/utils.py:184: SyntaxWarning: "is" with a literal. Did you mean "=="? sg = 1 if algorithm is 'skipgram' else 0 Traceback (most recent call last): File "/content/a-PyTorch-Tutorial-to-Text-Classification/train.py", line 12, in <module> with open(os.path.join(data_folder, 'word_map.json'), 'r') as j: FileNotFoundError: [Errno 2] No such file or directory: '/media/ssd/han data/word_map.json'
#13
opened Jul 31, 2023 by
Tylersuard
ProTip!
Mix and match filters to narrow down what you’re looking for.