소스 검색

fix for broken link to slim README.md

Chris Han 9 년 전
부모
커밋
6e291f4762
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inception/README.md

+ 1 - 1
inception/README.md

@@ -527,7 +527,7 @@ checkpoint. If you set this flag to true, you can train a new classification
 layer from scratch.
 
 In order to understand how `--fine_tune` works, please see the discussion on
-`Variables` in the TensorFlow-Slim [`README.md`](slim/README.md).
+`Variables` in the TensorFlow-Slim [`README.md`](inception/slim/README.md).
 
 Putting this all together you can retrain a pre-trained Inception-v3 model on
 the flowers data set with the following command.