Explorar o código

ensure directory exists before changing to it

Alexis Gallagher %!s(int64=8) %!d(string=hai) anos
pai
achega
f778fe934e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      inception/README.md

+ 1 - 0
inception/README.md

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