machine learning - Refering to issue --->No Operation named [input] in the Graph" error while fine tuning/retraining inceptionV1 slim model -


this question in reference http://stackoverflow.com/a/43662693/4571192.

i facing same issue,but not able understand solution pointed out. should added:images = tf.identity(images, name='inputs') , how impact network , how linked retrained network.

kindly in resolving error.

i did not add comment there due low reputation points.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -