Explorar el Código

fix script to match example

Jimmy hace 8 años
padre
commit
989d08a358
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      inception/README.md

+ 2 - 2
inception/README.md

@@ -674,8 +674,8 @@ bazel-bin/inception/build_image_data \
   --validation_directory="${VALIDATION_DIR}" \
   --output_directory="${OUTPUT_DIRECTORY}" \
   --labels_file="${LABELS_FILE}" \
-  --train_shards=128 \
-  --validation_shards=24 \
+  --train_shards=24 \
+  --validation_shards=8 \
   --num_threads=8
 ```