tfModelServing4s
tfModelServing4s copied to clipboard
Support tensorflow 1.5
Hi, Can you update the library to support tensorflow 1.5?
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.
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.