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
While I am trying to run the model, the training loss decreases, while the validation loss is always "nan".
I am trying to run the code in google colab with python 3.8.15 and tensorflow 2.9.2. I solved the compatibility issues in tensorflow using tf.compat.v1. and had to do tf.compat.v1.disable_eager_execution().
Can you please point out the possible reasons?
Thanks.
The text was updated successfully, but these errors were encountered:
While I am trying to run the model, the training loss decreases, while the validation loss is always "nan".
I am trying to run the code in google colab with python 3.8.15 and tensorflow 2.9.2. I solved the compatibility issues in tensorflow using tf.compat.v1. and had to do tf.compat.v1.disable_eager_execution().
Can you please point out the possible reasons?
Thanks.
The text was updated successfully, but these errors were encountered: