Open philip-khor opened 4 years ago
Mind adding a zip file somewhere to allow us to reproduce?
@philip-khor @agibsonccc shouldn't we rather flag this upstream in dl4j / tf import?
@maxpumperla this actually isn't model import related. It's pure TF java embedded in konduit-serving related :)
The SavedModels standard for saving models was introduced in TF2.0. Protobuffs created in TensorFlow 2.0 cannot currently be used with a TensorFlowConfig since version 2.0 of TensorFlow for Java is not released yet.
Using a protobuff created in TF2.0 will raise the following exception:
ping @saudet