You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am getting this error when i try to run your model. i run python 3.6 with Tensorflow 1.15
snapshot of stacktrace :
tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [325,256] rhs shape= [149,256]
[[node save/Assign_24 (defined at /home/senthil/.local/lib/python3.6/site-packages/tensorflow_core/python/framework/ops.py:1748) ]]
Original stack trace for 'save/Assign_24':
File "demo_server.py", line 91, in
synthesizer.load(args.checkpoint)
File "/home/senthil/audio_synthesis/Tamil-end-to-end-speech-synthesis/synthesizer.py", line 24, in load
saver = tf.train.Saver()
File "/home/senthil/.local/lib/python3.6/site-packages/tensorflow_core/python/training/saver.py", line 828, in init
self.build()
i understand your update was couple of years back but any clue will help
The text was updated successfully, but these errors were encountered:
am getting this error when i try to run your model. i run python 3.6 with Tensorflow 1.15
snapshot of stacktrace :
tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [325,256] rhs shape= [149,256]
[[node save/Assign_24 (defined at /home/senthil/.local/lib/python3.6/site-packages/tensorflow_core/python/framework/ops.py:1748) ]]
Original stack trace for 'save/Assign_24':
File "demo_server.py", line 91, in
synthesizer.load(args.checkpoint)
File "/home/senthil/audio_synthesis/Tamil-end-to-end-speech-synthesis/synthesizer.py", line 24, in load
saver = tf.train.Saver()
File "/home/senthil/.local/lib/python3.6/site-packages/tensorflow_core/python/training/saver.py", line 828, in init
self.build()
i understand your update was couple of years back but any clue will help
The text was updated successfully, but these errors were encountered: