tensorflow_template_application
tensorflow_template_application copied to clipboard
java predict client problem
In DensePredictClient.java
project can't find these moduels:
import org.tensorflow.framework.DataType;
import org.tensorflow.framework.TensorProto;
import org.tensorflow.framework.TensorShapeProto;
I have involved tensorflow in pom.xml
Have you run the java predict client? @laolu1573
Hi @laolu1573 , the classes of tensorflow.serving.* are generated by the maven protoc plugin. You can run the mvn clean package to generate these dependencies automatically.