Skip to content

JSONDecodeError is thrown when I execute the train.py file #88

@MuhammedRishdhi123

Description

@MuhammedRishdhi123

Traceback (most recent call last):
File "train.py", line 230, in
main()
File "train.py", line 58, in main
train_list = json.load(outfile)
File "/anaconda/envs/azureml_py36/lib/python3.6/json/init.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/anaconda/envs/azureml_py36/lib/python3.6/json/init.py", line 354, in loads
return _default_decoder.decode(s)
File "/anaconda/envs/azureml_py36/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/anaconda/envs/azureml_py36/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions