You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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