896066322 9 年之前
父节点
当前提交
79895dfff4
共有 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"
 ```