Bläddra i källkod

Merge pull request #542 from jart/broken-link

Fix broken link in inception readme
Asim Shankar 9 år sedan
förälder
incheckning
1fc268cafe
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      inception/README.md

+ 1 - 1
inception/README.md

@@ -479,7 +479,7 @@ your custom data set. Please see the associated options and assumptions behind
 this script by reading the comments section of [`build_image_data.py`]
 (inception/data/build_image_data.py). Also, if your custom data has a different 
 number of examples or classes, you need to change the appropriate values in
-[`imagenet_data.py`](imagenet_data.py).
+[`imagenet_data.py`](inception/imagenet_data.py).
 
 The second piece you will need is a trained Inception v3 image model. You have
 the option of either training one yourself (See [How to Train from Scratch]