|
12 | 12 |
|
13 | 13 | | Build Type | Status |
|
14 | 14 | | --- | --- |
|
15 |
| -| **Ubuntu Py3 CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Aubuntu-cpu-nightly) | |
16 |
| -| **Ubuntu Py3 GPU** | [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.html) | |
17 |
| -| **MacOS Py3 CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Amacos-nightly) | |
18 |
| -| **Windows Py3 CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Awindows-nightly) | |
| 15 | +| **MacOS CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Amacos-nightly) | |
| 16 | +| **Windows CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Awindows-nightly) | |
| 17 | +| **Ubuntu CPU** | [](https://github.com/tensorflow/addons/actions?query=workflow%3Aubuntu-cpu-nightly) | |
| 18 | +| **Ubuntu GPU** | [](https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.html) | |
19 | 19 |
|
20 | 20 | **TensorFlow Addons** is a repository of contributions that conform to
|
21 | 21 | well-established API patterns, but implement new functionality
|
@@ -59,6 +59,7 @@ import tensorflow_addons as tfa
|
59 | 59 | #### Linux Build Matrix
|
60 | 60 | | Version | Compatible With |Python versions | Compiler | cuDNN | CUDA |
|
61 | 61 | |:----------------------- |:---|:---------- |:---------|:---------|:---------|
|
| 62 | +| tfa-nightly | tf-nightly | 3.5-3.7 | GCC 7.3.1 | 7.6 | 10.1 | |
62 | 63 | | tensorflow-addons-0.7.0 | tensorflow>=2.1.0 | 2.7, 3.5-3.7 | GCC 7.3.1 | 7.6 | 10.1 |
|
63 | 64 | | tensorflow-addons-0.6.0 | tensorflow==2.0.0 <br> tensorflow-gpu==2.0.0 | 2.7, 3.5-3.7 | GCC 7.3.1 | 7.4 | 10.0 |
|
64 | 65 | | tensorflow-addons-0.5.2 | tensorflow==2.0.0 <br> tensorflow-gpu==2.0.0 | 2.7, 3.5-3.7 | GCC 7.3.1 | 7.4 | 10.0 |
|
|
0 commit comments