Skip to content

Commit e851c85

Browse files
committed
update link
1 parent 4d9f1e8 commit e851c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/tutorial_inceptionV3_tfslim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def print_prob(prob):
114114

115115
saver = tf.train.Saver()
116116
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")
117+
print("Please download inception_v3 ckpt from : https://github.com/tensorflow/models/tree/master/slim#Pretrained")
118118
exit()
119119
try: # TF12+
120120
saver.restore(sess, "./inception_v3.ckpt")

0 commit comments

Comments
 (0)