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

KeyError: 'save_dir' #79

Open
ghost opened this issue Jul 24, 2020 · 1 comment
Open

KeyError: 'save_dir' #79

ghost opened this issue Jul 24, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 24, 2020

PS C:\Users\iketu\Documents\Machine Learning Notebooks\LSTM Time Series Prediction> python run.py
2020-07-24 11:03:32.566952: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll';
dlerror: cudart64_101.dll not found
2020-07-24 11:03:32.567274: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "run.py", line 86, in
main()
File "run.py", line 33, in main
if not os.path.exists(configs['model']['save_dir']): os.makedirs(configs['model']['save_dir'])
KeyError: 'save_dir'

Screenshot (4)

@VincieD
Copy link

VincieD commented Aug 5, 2020

Hi, you simply dont have the "save_dir" in your config.json. Or you have in not in the "model" attribute.

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