Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MuhammedRishdhi123 opened this issue Mar 23, 2021 · 0 comments
Open

Comments

@MuhammedRishdhi123
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant