Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version number confusion #127

Open
suyashjoshi opened this issue Oct 8, 2020 · 6 comments
Open

Version number confusion #127

suyashjoshi opened this issue Oct 8, 2020 · 6 comments

Comments

@suyashjoshi
Copy link

@suyashjoshi suyashjoshi commented Oct 8, 2020

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

@karllessard
Copy link
Collaborator

@karllessard karllessard commented Oct 9, 2020

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!

@suyashjoshi
Copy link
Author

@suyashjoshi suyashjoshi commented Oct 10, 2020

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 :)

@suyashjoshi
Copy link
Author

@suyashjoshi suyashjoshi commented Oct 11, 2020

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
[ERROR] Failed to execute goal on project demo: Could not resolve dependencies for project com.example:demo:jar:0.1: Failure to find org.tensorflow:tensorflow:jar:2.3.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
@suyashjoshi
Copy link
Author

@suyashjoshi suyashjoshi commented Oct 11, 2020

Also note in the example program section, the POM.xml file has different entry (https://www.tensorflow.org/install/lang_java)

    <dependency>
      <groupId>org.tensorflow</groupId>
      <artifactId>tensorflow</artifactId>
      <version>1.14.0</version>
    </dependency>
@karllessard
Copy link
Collaborator

@karllessard karllessard commented Oct 12, 2020

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.

@karllessard
Copy link
Collaborator

@karllessard karllessard commented Nov 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.