Browse Source

Merge pull request #600 from leonardgithub/leo-tf-model-slim

tf-model-slim doc typo
Andrew Selle 9 năm trước cách đây
mục cha
commit
1662e2789f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 ```