|
@@ -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"
|
|
|
```
|
|
```
|
|
|
|
|
|