Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Jun 3, 2017
1 parent 4d9f1e8 commit e851c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tutorial_inceptionV3_tfslim.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def print_prob(prob):

saver = tf.train.Saver()
if not os.path.isfile("inception_v3.ckpt"):
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")
exit()
try: # TF12+
saver.restore(sess, "./inception_v3.ckpt")
Expand Down

0 comments on commit e851c85

Please sign in to comment.