WEEK 1
WEEK 2
Epoch 1/1
2019-02-08 01:19:17.525060: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
1177081/1177081 [==============================] - 7511s 6ms/step - loss: 0.4461
()
('----- diversity:', 0.8)
----- Generating with seed:
C:maj/3 D:7/3 G:min
C:maj/3 D:7/3 G:min Traceback (most recent call last):
File "main_lstm_realbook.py", line 150, in <module>
main(character_mode=True)
File "main_lstm_realbook.py", line 123, in main
next_index = sample(preds, diversity)
File "main_lstm_realbook.py", line 20, in sample
return np.argmax(np.random.multinomial(1, a, 1)
File "mtrand.pyx", line 4629, in mtrand.RandomState.multinomial
ValueError: sum(pvals[:-1]) > 1.0
This was the result for main(Character_mode) = True
push
anyconnectVPN stuff
after running vpn...
`ssh eddy@weinberg-lenovo-1.music.gatech.edu`
enter "password" for password, and boom we're in
`conda activate deep` to create conda environment
Week 3
Week 4
Week 5
Week 6