Using training made with python API as input to LabelImage module in java API?

后端 未结 2 851
萌比男神i
萌比男神i 2021-01-07 09:56

I have a problem with java tensorflow API. I have run the training using the python tensorflow API, generating the files output_graph.pb and output_labels.txt. Now for some

2条回答
  •  情歌与酒
    2021-01-07 10:31

    Regarding the "No operation" error, I was able to resolve that by using input and output layer names "Mul" and "final_result", respectively. See:

    https://github.com/tensorflow/tensorflow/issues/2883

提交回复
热议问题