"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "8a80947a6269a9760e33485b282b839fe9627385"
Commit 1662e278 authored by Andrew Selle's avatar Andrew Selle Committed by GitHub
Browse files

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

tf-model-slim doc typo
parents 354025b0 79895dff
...@@ -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