No Operation named [input] in the Graph" error while fine tuning/retraining inceptionV1 slim model

前端 未结 1 964
渐次进展
渐次进展 2020-12-06 19:47

I am trying to finetune/retrain InceptionV1 model here, on my own data. I was able to

  1. Convert the Image data to TFR format data using this.

相关标签:
1条回答
  • 2020-12-06 20:13

    Here are the input to the network created, so if you can add images = tf.identity(images, name='Inputs') to name the tensor to the network.

    0 讨论(0)
提交回复
热议问题