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
Greetings Sir
Thank a lot for providing such a nice implementation. However, I was facing some issues while implementing the code.
First of all in new numpy version allow_pickle is False by default so I solved one of the error by using allow_pickle=True in np.load statements in batch_generator.py
However, while trying to run train.py I am getting an error "NotImplementedError: Cannot convert a symbolic Tensor (model/rnn_1/while/rnn/rnn_model/window/add_1:0) to a numpy array."
This is same error I am getting while trying to use pretrained model
I am using Tensorflow 1.15.2 and numpy 1.19.5 and running on Google Colab
The text was updated successfully, but these errors were encountered:
quasayush
changed the title
Error while running train.py
Error - "Cannot convert a symbolic Tensor to a numpy array" while running train.py
Apr 3, 2021
Greetings Sir
Thank a lot for providing such a nice implementation. However, I was facing some issues while implementing the code.
First of all in new numpy version allow_pickle is False by default so I solved one of the error by using allow_pickle=True in np.load statements in batch_generator.py
However, while trying to run train.py I am getting an error "NotImplementedError: Cannot convert a symbolic Tensor (model/rnn_1/while/rnn/rnn_model/window/add_1:0) to a numpy array."
This is same error I am getting while trying to use pretrained model
I am using Tensorflow 1.15.2 and numpy 1.19.5 and running on Google Colab
The text was updated successfully, but these errors were encountered: