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

Is it possible to build the libtensorflow first? #81

Closed
GerScau opened this issue Jul 1, 2020 · 6 comments
Closed

Is it possible to build the libtensorflow first? #81

GerScau opened this issue Jul 1, 2020 · 6 comments

Comments

@GerScau
Copy link

GerScau commented Jul 1, 2020

System information

  • TensorFlow version (you are using): tf2.0+
  • Are you willing to contribute it (Yes/No): yes.. but my code is bad

Describe the feature and the current behavior/state.

It's so said i have been told that "There is no libtensorflow support for TensorFlow 2 yet"
https://github.com/tensorflow/tensorflow/issues/36950#issuecomment-592238340

tf2 changes a lot, we could not use the new model build on tf2 due to no new version of libtensorflow available.

Will this change the current api? How?

To build the whole tf2 on java is huge project, is it possible to build the libtensorflow first?

Who will benefit with this feature?

all developer useing tf java api

@saudet
Copy link
Contributor

saudet commented Jul 3, 2020

Yes, that's what the snapshots are for. Make sure you're building with mvn -Pdev ...

@cugurm
Copy link

cugurm commented Jul 16, 2020

@saudet

Can you provide .jar for download?

@saudet
Copy link
Contributor

saudet commented Jul 16, 2020

Sure, they are all available here: https://oss.sonatype.org/content/repositories/snapshots/org/tensorflow/

@GerScau
Copy link
Author

GerScau commented Jul 16, 2020

Sure, they are all available here: https://oss.sonatype.org/content/repositories/snapshots/org/tensorflow/

some queustion:

  1. i check the jars and find codes like Session and Graph. It seems session and graph is deprecated in tf2, so i wonder if these snapshot is working for tf2... Mainly because there is no documentation
  2. Is any plan for keras lib?
    I’m sorry to have put forward so many demands, but there are really urgent needs for these functions

@saudet
Copy link
Contributor

saudet commented Jul 16, 2020

For questions, please use the mailing list or the Gitter channel, if possible. Thanks!

/cc @karllessard

@GerScau
Copy link
Author

GerScau commented Jul 17, 2020

try mailing

@GerScau GerScau closed this as completed Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants