tfModelServing4s icon indicating copy to clipboard operation
tfModelServing4s copied to clipboard

Support tensorflow 1.5

Open matanghuy opened this issue 6 years ago • 2 comments

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

matanghuy avatar Feb 25 '18 12:02 matanghuy

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.

stormy-ua avatar Apr 24 '18 19:04 stormy-ua

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.

RayTsui avatar Jan 21 '19 18:01 RayTsui