Open andyl1992 opened 6 years ago
This means that the specified operation ("input") does not exist in your graph. You can get a list of all operations by calling graph.GetEnumerator().
For future reference, a tutorial from Tensorflow documentation defined the variables input as "Placeholder" and output as "final_result"
I am trying to infer with a pre-trained model i have created with keras/tensorflow. I am adapting code from the examples to try and achieve. I believe i have adapted the ImageUtils class correctly for my model but i am not sure about the rest.
I am getting a NullReferenceException when calling runner.AddInput()
TensorFlow.TFGraph.this[string].get returned null
Any help would be much appreciated, thank you.