System information
Describe the bug
when i use addons in my program ,it tell me that i only use this module in tensorflow2.1.0, Do you know how can get this module be used in tensorflow2.0.0
I believe we need to add a section in the readme describing the incompatibility problems. But I'll try to at least answer shortly your question here.
TensorFlow-Addons version and how it was installed (source or binary): get it by github
Can you expand a bit more on this? The version installed will affect how I answer :)
I believe we need to add a section in the readme describing the incompatibility problems. But I'll try to at least answer shortly your question here.
Agreed. We really need to make it explicit so that people don't run into these issues
Totally agree with better documentation. In the interim you can try tensorflow-addons==0.6.0 which is built against TF2.0.... but it may not have the functionality you're looking for:
https://github.com/tensorflow/addons#linux-build-matrix
Closing this issue since we got no answer from the author. Tracking the docs part in #1317