@@ -71,7 +71,7 @@ what it was tested against.
71
71
#### Python Op Compatibility Matrix
72
72
| TensorFlow Addons | TensorFlow | Python |
73
73
| :----------------------- | :---| :---------- |
74
- | tfa-nightly | 2.2 | 3.5, 3.6, 3.7, 3.8 |
74
+ | tfa-nightly | 2.3 | 3.5, 3.6, 3.7, 3.8 |
75
75
| tensorflow-addons-0.10.0 | 2.2 | 3.5, 3.6, 3.7, 3.8 |
76
76
| tensorflow-addons-0.9.1 | 2.1, 2.2 | 3.5, 3.6, 3.7 |
77
77
| tensorflow-addons-0.8.3 | 2.1 | 3.5, 3.6, 3.7 |
@@ -96,7 +96,7 @@ is compiled differently. A typical example of this would be `conda`-installed Te
96
96
#### C++ Custom Op Compatibility Matrix
97
97
| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
98
98
| :----------------------- | :---- | :---------| :---------| :---------|
99
- | tfa-nightly | 2.2 | GCC 7.3.1 | 7.6 | 10.1 |
99
+ | tfa-nightly | 2.3 | GCC 7.3.1 | 7.6 | 10.1 |
100
100
| tensorflow-addons-0.10.0 | 2.2 | GCC 7.3.1 | 7.6 | 10.1 |
101
101
| tensorflow-addons-0.9.1 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 |
102
102
| tensorflow-addons-0.8.3 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 |
0 commit comments