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
With the latest version of tensorflow (2.0), the function tf.to_float() is no longer implemented.
This results in an error when compiling the model in the 1D_double_well.ipynb tutorial:
AttributeError: module 'tensorflow' has no attribute 'to_float'
In the previous version 1.15 the function still exists.
With tensorflow 1.15 the tutorial seems to work as intended.
The text was updated successfully, but these errors were encountered:
clonker
pushed a commit
to clonker/deeptime
that referenced
this issue
Jul 15, 2023
With the latest version of tensorflow (2.0), the function tf.to_float() is no longer implemented.
This results in an error when compiling the model in the 1D_double_well.ipynb tutorial:
In the previous version 1.15 the function still exists.
With tensorflow 1.15 the tutorial seems to work as intended.
The text was updated successfully, but these errors were encountered: