Commit f778fe93 authored by Alexis Gallagher's avatar Alexis Gallagher Committed by Neal Wu
Browse files

ensure directory exists before changing to it

parent 28f1b92a
......@@ -487,6 +487,7 @@ model like so:
```shell
# location of where to place the Inception v3 model
DATA_DIR=$HOME/inception-v3-model
mkdir -p ${DATA_DIR}
cd ${DATA_DIR}
# download the Inception v3 model
......
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