File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ Gitter chat] ( https://img.shields.io/badge/chat-on%20gitter-46bc99.svg )] ( https://gitter.im/tensorflow/sig-addons )
9
9
[ ![ Documentation] ( https://img.shields.io/badge/api-reference-blue.svg )] ( https://www.tensorflow.org/addons/api_docs/python/tfa )
10
10
11
- ### Official Builds
11
+ ### Nightly Tests
12
12
13
13
| Build Type | Status |
14
14
| --- | --- |
@@ -56,6 +56,13 @@ import tensorflow as tf
56
56
import tensorflow_addons as tfa
57
57
```
58
58
59
+ #### Linux Build Matrix
60
+ | Version | Compatible With | Python versions | Compiler | cuDNN | CUDA |
61
+ | :----------------------- | :---| :---------- | :---------| :---------| :---------|
62
+ | 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 |
63
+ | 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 |
64
+
65
+
59
66
#### Nightly Builds
60
67
There are also nightly builds of TensorFlow Addons under the pip package
61
68
` tfa-nightly ` , which is built against ` tf-nightly ` . Nightly builds
You can’t perform that action at this time.
0 commit comments