-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I cloned the repo and created a jsonfile that I saved in the repo. When I tried to python src/run.py --train_on SGnumlist.json,
it gave me an error:
File "C:\Users\ikm\miniconda3\Lib\site-packages\pandas\io\common.py", line 873, in get_handle
handle = open(
^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'data\SGnumlist.json\train.tsv'
It seems as if it want the json to be in a folder data, but when i move SGnumlist.json to a folder data, it said:
FileNotFoundError: [Errno 2] No such file or directory: 'data\data\SGnumlist.json\train.tsv'
What can I do about it?
Metadata
Metadata
Assignees
Labels
No labels