Skip to content

FileNotFoundError while using own data #1

@ikmMaierBTUCS

Description

@ikmMaierBTUCS

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions