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

TensorFlow 2.0 API support #15

Open
wookayin opened this issue Feb 27, 2019 · 0 comments
Open

TensorFlow 2.0 API support #15

wookayin opened this issue Feb 27, 2019 · 0 comments

Comments

@wookayin
Copy link
Owner

  • API Changes
  • Eager mode
wookayin added a commit that referenced this issue Feb 27, 2019
Update the use of removed and changed API in TF 2.0, which roughly
includes:

* tf.logging -> tf.compat.v1.logging
* tf.Summary -> tf.compat.v1.Summary
* tf.summary.image() -> tf.compat.v1.summary.image()
* Use tf.py_function in TF 2.0 (actually supported in latest TF 1.x
  series as well), where we convert EagerTensor to ndarray inside
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