I am trying to finetune/retrain InceptionV1 model here, on my own data. I was able to
Convert the Image data to TFR format data using this.
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.