-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update to match required Tensorflow versions #918
Conversation
layers.Normalization() does not exist in Tensorflow 2.3.0, which is listed as a requirement. Tensorflow_probability 0.11.0 (listed) is stable against tf 2.3.0 shown [here](https://github.com/tensorflow/probability/releases?page=2)
We should target the latest releases whenever possible. Please try it with TF 2.0 and update the requirements accordingly. |
Working using latest stable pair of tf/tf_probability. 😃
Ran with updated versions and ran correctly without the "experimental" reference. 😃 |
Please also update the |
Arxiv link caused issue when creating md/ipynb files. Updated link in .py file and generated md/ipynb files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
There are some failing tests related to special characters:
Did you use a non-utf8 character somewhere? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed back slashes to forward slashes
updated changes to image path and metadata name. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
layers.Normalization() does not exist in Tensorflow 2.3.0, which is listed as a requirement.
And Tensorflow_probability 0.11.0 (listed) is stable against tf 2.3.0 shown here https://github.com/tensorflow/probability/releases?page=2