@@ -56,12 +56,12 @@ systems, you should add the following dependencies:
56
56
<dependency >
57
57
<groupId >org.tensorflow</groupId >
58
58
<artifactId >tensorflow-core-api</artifactId >
59
- <version >0.4.1 </version >
59
+ <version >0.4.2 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.tensorflow</groupId >
63
63
<artifactId >tensorflow-core-api</artifactId >
64
- <version >0.4.1 </version >
64
+ <version >0.4.2 </version >
65
65
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
66
66
</dependency >
67
67
```
@@ -72,24 +72,24 @@ native dependencies as follows:
72
72
<dependency >
73
73
<groupId >org.tensorflow</groupId >
74
74
<artifactId >tensorflow-core-api</artifactId >
75
- <version >0.4.1 </version >
75
+ <version >0.4.2 </version >
76
76
</dependency >
77
77
<dependency >
78
78
<groupId >org.tensorflow</groupId >
79
79
<artifactId >tensorflow-core-api</artifactId >
80
- <version >0.4.1 </version >
80
+ <version >0.4.2 </version >
81
81
<classifier >linux-x86_64${javacpp.platform.extension}</classifier >
82
82
</dependency >
83
83
<dependency >
84
84
<groupId >org.tensorflow</groupId >
85
85
<artifactId >tensorflow-core-api</artifactId >
86
- <version >0.4.1 </version >
86
+ <version >0.4.2 </version >
87
87
<classifier >macosx-x86_64${javacpp.platform.extension}</classifier >
88
88
</dependency >
89
89
<dependency >
90
90
<groupId >org.tensorflow</groupId >
91
91
<artifactId >tensorflow-core-api</artifactId >
92
- <version >0.4.1 </version >
92
+ <version >0.4.2 </version >
93
93
<classifier >windows-x86_64${javacpp.platform.extension}</classifier >
94
94
</dependency >
95
95
```
@@ -102,7 +102,7 @@ artifact includes transitively all the artifacts above as a single dependency:
102
102
<dependency >
103
103
<groupId >org.tensorflow</groupId >
104
104
<artifactId >tensorflow-core-platform${javacpp.platform.extension}</artifactId >
105
- <version >0.4.1 </version >
105
+ <version >0.4.2 </version >
106
106
</dependency >
107
107
```
108
108
@@ -141,15 +141,16 @@ to add Sonatype OSS repository in your pom.xml, like the following
141
141
142
142
This table shows the mapping between different version of TensorFlow for Java and the core runtime libraries.
143
143
144
- | TensorFlow Java Version | TensorFlow Version |
145
- | ------------- | ------------- |
146
- | 0.2.0 | 2.3.1 |
147
- | 0.3.0 | 2.4.1 |
148
- | 0.3.1 | 2.4.1 |
149
- | 0.3.2 | 2.4.1 |
150
- | 0.3.3 | 2.4.1 |
151
- | 0.4.0 | 2.7.0 |
152
- | 0.4.1 | 2.7.1 |
144
+ | TensorFlow Java Version | TensorFlow Version |
145
+ | -------------------------| --------------------|
146
+ | 0.2.0 | 2.3.1 |
147
+ | 0.3.0 | 2.4.1 |
148
+ | 0.3.1 | 2.4.1 |
149
+ | 0.3.2 | 2.4.1 |
150
+ | 0.3.3 | 2.4.1 |
151
+ | 0.4.0 | 2.7.0 |
152
+ | 0.4.1 | 2.7.1 |
153
+ | 0.4.2 | 2.7.4 |
153
154
154
155
## How to Contribute?
155
156
0 commit comments