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
Trying to run the scripts locally did not work. The VM setup steps seem to be missing (for a cloud VM).
Here is the local run errors:
85, in _run_code
exec(code, run_globals)
File "MusicGeneration/train.py", line 6, in
from keras.models import Sequential
ImportError: No module named 'keras'
Trying to run the scripts locally did not work. The VM setup steps seem to be missing (for a cloud VM).
Here is the local run errors:
85, in _run_code
exec(code, run_globals)
File "MusicGeneration/train.py", line 6, in
from keras.models import Sequential
ImportError: No module named 'keras'
Thanks.