a-PyTorch-Tutorial-to-Text-Classification icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Text-Classification copied to clipboard

/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'

Open Tylersuard opened this issue 2 years ago • 0 comments

Running train.py I thought you said this code works? Would you please give some instructions?

Tylersuard avatar Jul 31 '23 22:07 Tylersuard