Open denisfitz57 opened 8 years ago
Do you still have this error with the newest updates? Also I haven't tested this with python 3. Can you try using it with python 2.7?
I encounter an identical error with the latest version of fast-wavenet and python2.7. Will update if I find a fix.
This is likely a tensorflow backward-compatibility issue: tensorflow/tensorflow#4576
I also have this issue.
I don't know TF that well but this looks pretty solvable by simply giving a name to the variable scope where the output tensor is created. Not sure what else needs to be in that scope, though.
Would happily pair with someone to make a workaround!
I've put up a PR that works on Python 2.7 and TF 0.11.0.
I'll test it this evening on Python 3.5, but this fix makes sense with the TF issue @giovannic posted, so there shouldn't be any language version differences.
@bhtucker @denisfitz57 @giovannic @jkyl if you have succeeded in training it and have the model with you can you please share the model.
when running the demo using tensorflow .10, python 3.5 (anaconda), commit 20485a2 I get the following :
Make Generator.
TypeError Traceback (most recent call last)