소스 검색

Merge pull request #368 from nathansilberman/master

Fixing link in README, updates to notebook variable names
Sergio Guadarrama 9 년 전
부모
커밋
8284fe1297
2개의 변경된 파일149개의 추가작업 그리고 184개의 파일을 삭제
  1. 1 1
      slim/README.md
  2. 148 183
      slim/slim_walkthough.ipynb

+ 1 - 1
slim/README.md

@@ -13,7 +13,7 @@ converting them
 to TensorFlow's native TFRecord format and reading them in using TF-Slim's
 data reading and queueing utilities. You can easily train any model on any of
 these datasets, as we demonstrate below. We've also included a
-[jupyter notebook](https://github.com/tensorflow/models/tree/master/slim/slim_walkthrough.ipynb),
+[jupyter notebook](https://github.com/tensorflow/models/blob/master/slim/slim_walkthough.ipynb),
 which provides working examples of how to use TF-Slim for image classification.
 
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 148 - 183
slim/slim_walkthough.ipynb