Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double well tutorial: tf.to_float() does not exist in tf 2.0 anymore #34

Open
Ginok1 opened this issue Nov 22, 2019 · 0 comments
Open

Comments

@Ginok1
Copy link

Ginok1 commented Nov 22, 2019

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.

clonker pushed a commit to clonker/deeptime that referenced this issue Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant