wavegan
wavegan copied to clipboard
Invalid argument: You must feed a value for placeholder tensor 'ngl' with dtype int32
tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found.
(0) Invalid argument: You must feed a value for placeholder tensor 'ngl' with dtype int32
[[{{node ngl}}]]
[[G_z/_53]]
(1) Invalid argument: You must feed a value for placeholder tensor 'ngl' with dtype int32
[[{{node ngl}}]]
Hi, I am trying to generate samples using the models generated by the SpecGAN component. The script I have works great for the wavegan part but fails with the above error when trying to produce sounds using the specgan models. Any suggestions?
I have the exact same issue here. Tried defining z, G_z etc as tf.placeholder(tf.int32) before passing to graph.get_tensor_by_name() as per this issue but still no joy.
@mikemech83 @markhanslip @chrisdonahue Has anyone fixed this issue yet? Actually, I have faced the same problem when trying to generate speech with the trained SpecGAN model. Thanks,