We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8fc0 commit f29c204Copy full SHA for f29c204
README.md
@@ -62,6 +62,15 @@ To install the latest version, run the following:
62
pip install tensorflow-addons
63
```
64
65
+**Note:** You will also need [TensorFlow 2.0 or higher](https://www.tensorflow.org/alpha).
66
+
67
+To use addons:
68
69
+```python
70
+import tensorflow as tf
71
+import tensorflow_addons as tfa
72
+```
73
74
#### Installing from Source
75
You can also install from source. This requires the [Bazel](
76
https://bazel.build/) build system.
0 commit comments