896066322 hace 9 años
padre
commit
79895dfff4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 ```