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

Support tensorflow 1.5 #2

Open
matanghuy opened this issue Feb 25, 2018 · 2 comments
Open

Support tensorflow 1.5 #2

matanghuy opened this issue Feb 25, 2018 · 2 comments

Comments

@matanghuy
Copy link

Hi,
Can you update the library to support tensorflow 1.5?

@matanghuy matanghuy changed the title Support tensordflow 1.5 Support tensorflow 1.5 Feb 25, 2018
@stormy-ua
Copy link
Owner

stormy-ua commented Apr 24, 2018

Hi @matanghuy,

I tested the lib with tensorflow 1.5 and it works for me. Could you share the issue you are seeing with TF version 1.5 ?

I did upgrade tensorflow first:

pip install --upgrade tensorflow

And then I executed Example1:

sbt "project examples" "runMain org.tfModelServing4s.Example1"

It did produce the expected output w/o any errors.

@RayTsui
Copy link

RayTsui commented Jan 21, 2019

Hi @matanghuy @stormy-ua I do not think the lib can work when upgraded, "type TTensor = Tensor" needs to be modified since when upgraded, org.tensorflow.framework Tensor class is generic type and need a type parameter. I have tried that. If something is wrong, please figure out. I will be appreciated so much for that.

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