Music_RBM
Music_RBM copied to clipboard
Use TensorFlow to generate short sequences of music with an RBM
Traceback (most recent call last): File "rbm_chords.py", line 36, in songs = get_songs('Pop_Music_Midi') # These songs have already been converted from midi to msgpack File "rbm_chords.py", line 32, in get_songs...
I think the control_flow_ops.While is not available any more. We should replace it with tf.while_loop
I get tis error running on win 10 64bit with python 3.5 python35\python.exe C:\Users\Eumi\Music_Generator_Demo-master\rbm_chords.py File "C:\Users\Eumi\Music_Generator_Demo-master\rbm_chords.py", line 30 print "{} songs processed".format(len(songs)) ^ SyntaxError: invalid syntax