Преглед изворни кода

Fix path in TF-slim README

The cloned slim directory is found in `$HOME/workspace/models/slim`,
not `$HOME/workspace/slim`.
Adam Sheehan пре 9 година
родитељ
комит
687e6fdfe2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      slim/README.md

+ 1 - 1
slim/README.md

@@ -78,7 +78,7 @@ To verify that this has worked, execute the following commands; it should run
 without raising any errors.
 
 ```
-cd $HOME/workspace/slim
+cd $HOME/workspace/models/slim
 python -c "from nets import cifarnet; mynet = cifarnet.cifarnet"
 ```