You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: