| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b91375a commit a905d07
12 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,12 +61,12 @@ systems, you should add the following dependencies: | |||
| 61 | 61 | <dependency> | |
| 62 | 62 | <groupId>org.tensorflow</groupId> | |
| 63 | 63 | <artifactId>tensorflow-core-api</artifactId> | |
| 64 | - <version>0.2.0</version> | ||
| 64 | + <version>0.3.0</version> | ||
| 65 | 65 | </dependency> | |
| 66 | 66 | <dependency> | |
| 67 | 67 | <groupId>org.tensorflow</groupId> | |
| 68 | 68 | <artifactId>tensorflow-core-api</artifactId> | |
| 69 | - <version>0.2.0</version> | ||
| 69 | + <version>0.3.0</version> | ||
| 70 | 70 | <classifier>linux-x86_64${javacpp.platform.extension}</classifier> | |
| 71 | 71 | </dependency> | |
| 72 | 72 | ``` | |
@@ -77,24 +77,24 @@ native dependencies as follows: | |||
| 77 | 77 | <dependency> | |
| 78 | 78 | <groupId>org.tensorflow</groupId> | |
| 79 | 79 | <artifactId>tensorflow-core-api</artifactId> | |
| 80 | - <version>0.2.0</version> | ||
| 80 | + <version>0.3.0</version> | ||
| 81 | 81 | </dependency> | |
| 82 | 82 | <dependency> | |
| 83 | 83 | <groupId>org.tensorflow</groupId> | |
| 84 | 84 | <artifactId>tensorflow-core-api</artifactId> | |
| 85 | - <version>0.2.0</version> | ||
| 85 | + <version>0.3.0</version> | ||
| 86 | 86 | <classifier>linux-x86_64${javacpp.platform.extension}</classifier> | |
| 87 | 87 | </dependency> | |
| 88 | 88 | <dependency> | |
| 89 | 89 | <groupId>org.tensorflow</groupId> | |
| 90 | 90 | <artifactId>tensorflow-core-api</artifactId> | |
| 91 | - <version>0.2.0</version> | ||
| 91 | + <version>0.3.0</version> | ||
| 92 | 92 | <classifier>macosx-x86_64${javacpp.platform.extension}</classifier> | |
| 93 | 93 | </dependency> | |
| 94 | 94 | <dependency> | |
| 95 | 95 | <groupId>org.tensorflow</groupId> | |
| 96 | 96 | <artifactId>tensorflow-core-api</artifactId> | |
| 97 | - <version>0.2.0</version> | ||
| 97 | + <version>0.3.0</version> | ||
| 98 | 98 | <classifier>windows-x86_64${javacpp.platform.extension}</classifier> | |
| 99 | 99 | </dependency> | |
| 100 | 100 | ``` | |
@@ -107,7 +107,7 @@ artifact includes transitively all the artifacts above as a single dependency: | |||
| 107 | 107 | <dependency> | |
| 108 | 108 | <groupId>org.tensorflow</groupId> | |
| 109 | 109 | <artifactId>tensorflow-core-platform${javacpp.platform.extension}</artifactId> | |
| 110 | - <version>0.2.0</version> | ||
| 110 | + <version>0.3.0</version> | ||
| 111 | 111 | </dependency> | |
| 112 | 112 | ``` | |
| 113 | 113 | ||
@@ -149,7 +149,7 @@ This table shows the mapping between different version of TensorFlow for Java an | |||
| 149 | 149 | | TensorFlow Java Version | TensorFlow Version | | |
| 150 | 150 | | ------------- | ------------- | | |
| 151 | 151 | | 0.2.0 | 2.3.1 | | |
| 152 | - | 0.3.0-SNAPSHOT | 2.4.1 | | ||
| 152 | + | 0.3.0 | 2.4.1 | | ||
| 153 | 153 | ||
| 154 | 154 | ## How to Contribute? | |
| 155 | 155 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | <parent> | |
| 23 | 23 | <groupId>org.tensorflow</groupId> | |
| 24 | 24 | <artifactId>tensorflow-java</artifactId> | |
| 25 | - <version>0.3.0-SNAPSHOT</version> | ||
| 25 | + <version>0.3.0</version> | ||
| 26 | 26 | </parent> | |
| 27 | 27 | <artifactId>ndarray</artifactId> | |
| 28 | 28 | <packaging>jar</packaging> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 6 | <groupId>org.tensorflow</groupId> | |
| 7 | 7 | <artifactId>tensorflow-java</artifactId> | |
| 8 | - <version>0.3.0-SNAPSHOT</version> | ||
| 8 | + <version>0.3.0</version> | ||
| 9 | 9 | <packaging>pom</packaging> | |
| 10 | 10 | ||
| 11 | 11 | <name>TensorFlow Java Parent</name> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | <parent> | |
| 23 | 23 | <groupId>org.tensorflow</groupId> | |
| 24 | 24 | <artifactId>tensorflow-java</artifactId> | |
| 25 | - <version>0.3.0-SNAPSHOT</version> | ||
| 25 | + <version>0.3.0</version> | ||
| 26 | 26 | </parent> | |
| 27 | 27 | <artifactId>tensorflow-core</artifactId> | |
| 28 | 28 | <packaging>pom</packaging> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | <parent> | |
| 7 | 7 | <groupId>org.tensorflow</groupId> | |
| 8 | 8 | <artifactId>tensorflow-core</artifactId> | |
| 9 | - <version>0.3.0-SNAPSHOT</version> | ||
| 9 | + <version>0.3.0</version> | ||
| 10 | 10 | </parent> | |
| 11 | 11 | <artifactId>tensorflow-core-api</artifactId> | |
| 12 | 12 | <packaging>jar</packaging> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,11 @@ | |||
| 1 | + -----BEGIN PGP SIGNATURE----- | ||
| 2 | + | ||
| 3 | + iQEzBAABCgAdFiEEWu023GNpk04uFesXZq1sy4nWP0UFAmBMBX4ACgkQZq1sy4nW | ||
| 4 | + P0WtsAgAhEuh6JPep7J54gWfpQuhHqI2Fg1/mL767pjeF5I0y+oON3OucWS4NXp9 | ||
| 5 | + N9ALsfAjEOUg4zpOJvDq+F1+0jRP3J+39ieWrmGQGKNUimd1y1MWtfXXfbSjGvgy | ||
| 6 | + AL+0PzMxBlJFALIOUHGTq8fBGYIfv2rWggScggi82nDM0mMXMppPjvVPbpKf03nH | ||
| 7 | + sSQ8czG0SRwrW0FsvTwidGo7HRfsKfGoSsQVAbs75d0oS6IOFTmqOzugFb/yMLcv | ||
| 8 | + 7Z1CZ0mKJNh7EbMMSm2AXhE1opNfdVP4HrgjZWXb4VyPqgooZUAQUY1jVYB4ZxOY | ||
| 9 | + iFTVHvCUF8QM2a/fTrfPj+Z1Gbug6g== | ||
| 10 | + =lLR5 | ||
| 11 | + -----END PGP SIGNATURE----- | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,7 @@ | |||
| 5 | 5 | <parent> | |
| 6 | 6 | <groupId>org.tensorflow</groupId> | |
| 7 | 7 | <artifactId>tensorflow-core</artifactId> | |
| 8 | - <version>0.3.0-SNAPSHOT</version> | ||
| 8 | + <version>0.3.0</version> | ||
| 9 | 9 | </parent> | |
| 10 | 10 | <artifactId>tensorflow-core-generator</artifactId> | |
| 11 | 11 | <packaging>jar</packaging> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | <parent> | |
| 23 | 23 | <groupId>org.tensorflow</groupId> | |
| 24 | 24 | <artifactId>tensorflow-core</artifactId> | |
| 25 | - <version>0.3.0-SNAPSHOT</version> | ||
| 25 | + <version>0.3.0</version> | ||
| 26 | 26 | </parent> | |
| 27 | 27 | <artifactId>tensorflow-core-platform-gpu</artifactId> | |
| 28 | 28 | <name>TensorFlow Core API Library Platform GPU</name> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | <parent> | |
| 23 | 23 | <groupId>org.tensorflow</groupId> | |
| 24 | 24 | <artifactId>tensorflow-core</artifactId> | |
| 25 | - <version>0.3.0-SNAPSHOT</version> | ||
| 25 | + <version>0.3.0</version> | ||
| 26 | 26 | </parent> | |
| 27 | 27 | <artifactId>tensorflow-core-platform-mkl-gpu</artifactId> | |
| 28 | 28 | <name>TensorFlow Core API Library Platform MKL GPU</name> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | <parent> | |
| 23 | 23 | <groupId>org.tensorflow</groupId> | |
| 24 | 24 | <artifactId>tensorflow-core</artifactId> | |
| 25 | - <version>0.3.0-SNAPSHOT</version> | ||
| 25 | + <version>0.3.0</version> | ||
| 26 | 26 | </parent> | |
| 27 | 27 | <artifactId>tensorflow-core-platform-mkl</artifactId> | |
| 28 | 28 | <name>TensorFlow Core API Library Platform MKL</name> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments