I am trying to run the pipeline on a OSX system and running into this error on the 4th Generate audio
step:
File "/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1111, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (36, 125, 16) for Tensor 'encoding:0', which has shape '(36, 16)'
I've also tried this on a windows 10 system and running into the same error.
I am trying to run the pipeline on a OSX system and running into this error on the 4th Generate audio step:
File "/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1111, in _run str(subfeed_t.get_shape()))) ValueError: Cannot feed value of shape (36, 125, 16) for Tensor 'encoding:0', which has shape '(36, 16)'
I've also tried this on a windows 10 system and running into the same error.
Any ideas?
Cheers!