Commit 687e6fdf authored by Adam Sheehan's avatar Adam Sheehan
Browse files

Fix path in TF-slim README

The cloned slim directory is found in `$HOME/workspace/models/slim`,
not `$HOME/workspace/slim`.
parent 76739168
...@@ -78,7 +78,7 @@ To verify that this has worked, execute the following commands; it should run ...@@ -78,7 +78,7 @@ To verify that this has worked, execute the following commands; it should run
without raising any errors. without raising any errors.
``` ```
cd $HOME/workspace/slim cd $HOME/workspace/models/slim
python -c "from nets import cifarnet; mynet = cifarnet.cifarnet" python -c "from nets import cifarnet; mynet = cifarnet.cifarnet"
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment