Explorar el Código

Fixing link in README, updates to notebook variable names, small notebook bug fixes

Nathan Silberman hace 9 años
padre
commit
c6c78fb4fe
Se han modificado 2 ficheros con 149 adiciones y 184 borrados
  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
 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
 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
 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.
 which provides working examples of how to use TF-Slim for image classification.
 
 
 
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 148 - 183
slim/slim_walkthough.ipynb