Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Version number confusion #127
Comments
|
Thanks @suyashjoshi , The SIG has just discussed about this issue and even if the new release is just available as an alpha, we agreed that we need to replace all the existing Java documentation on tensorflow.org and deprecate the previous version. We are working on this now and will keep you posted, thank you! |
|
thanks, I see the mapping table in the README which is helpful, a little bit more explanation of what that means may help newbies, I'll try to add once I understand :) |
|
Just an update that I'm getting this error when executing mvn clean install by following documentation from the official google Tensorflow page: org.tensorflow tensorflow 2.3.0
|
|
Also note in the example program section, the POM.xml file has different entry (https://www.tensorflow.org/install/lang_java)
|
|
This whole page is still about the legacy version that is distributed from TensorFlow main repository. We will push a new version early this week so that tensorflow.org maintainers can merge it and update the website to promote the new version. So for now, you can look at the README page of the new repository to learn how to configure your application. |
|
Installation instruction for the new TensorFlow Java have finally been updated on the website (both versions, the new and the legacy one, now coexists until the new version has reached more maturity): https://www.tensorflow.org/install/lang_java The API Javadoc replacement present additional challenges and we be updated later. |
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information
Describe the documentation issue
It's bit confusing to me as I just heard the news about alpha release at version 0.2.0 but when I see the installation docs here https://www.tensorflow.org/install/lang_java it's pointing to maven artifact version 2.3.0 Though the 0.2.0 version is also available on maven central : https://search.maven.org/artifact/org.tensorflow/tensorflow-core-api/0.2.0/jar
Please update the docs so people who want to play with the alpha release can find it.
We welcome contributions by users. Will you be able to update submit a PR (use the doc style guide) to fix the doc Issue? No