encore.ai
encore.ai copied to clipboard
Generate new lyrics in the style of any artist using LSTMs and TensorFlow.
NameError: name 'reduce' is not defined
I'm now at 2000 epochs and the model still hasn't saved. How do I go about fixing this or reducing the save time?
So i guess this is not for python 3? ` File "runner.py", line 28 print 'Process data...' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Process data...')?...
I have tried training this same model a couple of times now (30k and 60k passes) and this problem persists. When I try to generate lyrics, it outputs a random...
I tried follow the steps and used attached 12 files with command "python runner.py -a linkin_park -m linkin_park" where two files are kept at location data/artists/linkin_park but I am getting...
Can you please upgrade this project to TensorFlow v1.0? So much has changed. I'm running into a wall of errors.
changed the syntax for tf.split, tf.concat and replaced rnn & seq2seq w/ the corresponding tf.contrib.rnn & tf.contrib.legacy_seq2seq