You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's related to this code.
saver_cnn = tf.train.Saver(variables[0:44])
saver_fc = tf.train.Saver(variables[44:])
But I don't know how the author calculated.
Thanks for reporting this issue. I have just run the evaluate.py on my computer. However, I don't find this issue on my computer. I am not sure if it is caused by the version of TensorFlow. The TensorFlow version on my computer is 1.15.0.
hi,when i run evaluate.py code ,i meet the question, how solve it? thank you
The text was updated successfully, but these errors were encountered: