-
Notifications
You must be signed in to change notification settings - Fork 27
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
ValueError: No JSON object could be decoded #1
Comments
Hi @AtenaKid . This do not happen in my linux nor OSX Boxes. Can you wait few days so I can try at my wife's computer? (windows 10 like yours) |
Hello @AtenaKid . I had some progress running on a windows box but I'm stuck on another problem which is an importing error. Give few more days :) |
Hello @AtenaKid . This code is not the original on the repository experiments = read_experiment(sys.argv[0]) If you change |
Hello @felipecruz, thank you for your feedback. Could you give more suggestion on how to correct json file? |
An experiment json file working example: {
"experiments": [
{
"name": "100k-u1xu1",
"train_path": "ml-100k/u1.base",
"test_path": "ml-100k/u1.test",
"sep": "\t",
"configs": [
{
"name": "initial_experiment",
"epochs": 100,
"batch_size": 10,
"number_hidden": 100,
"ks": [
1
],
"momentums": [
0.5,
0.6
],
"l_w": [
0.0005
],
"l_v": [
0.0005
],
"l_h": [
0.0005
],
"decay": 0.0002
}
]
}
]
} This requires the ml-100k dataset in the root of this project inside a folder named "ml-100k" |
I got this error when running your code in Anaconda2 prompt.
Is there any way to fix this.
My System: Window 10, Anaconda 2, python 2.7.
Thanks for your time,
The text was updated successfully, but these errors were encountered: