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
I am getting tensorflow.python.framework.errors_impl.UnknownError error.
The program was working correctly without having a problem, after a retrained, it started giving this error on the line : sess.run(scores, {input_x: my_x_test, dropout_keep_prob: 1.0} ) while predicting a text
can you tell me how can i solve this?
The text was updated successfully, but these errors were encountered:
I am getting tensorflow.python.framework.errors_impl.UnknownError error.
The program was working correctly without having a problem, after a retrained, it started giving this error on the line : sess.run(scores, {input_x: my_x_test, dropout_keep_prob: 1.0} ) while predicting a text
can you tell me how can i solve this?
The text was updated successfully, but these errors were encountered: