We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9f1e8 commit e851c85Copy full SHA for e851c85
example/tutorial_inceptionV3_tfslim.py
@@ -114,7 +114,7 @@ def print_prob(prob):
114
115
saver = tf.train.Saver()
116
if not os.path.isfile("inception_v3.ckpt"):
117
- print("Please download inception_v3 ckpt from : https://github.com/tensorflow/models/tree/master/slim#Install")
+ print("Please download inception_v3 ckpt from : https://github.com/tensorflow/models/tree/master/slim#Pretrained")
118
exit()
119
try: # TF12+
120
saver.restore(sess, "./inception_v3.ckpt")
0 commit comments