Przeglądaj źródła

fix script to match example

Jimmy 8 lat temu
rodzic
commit
989d08a358
1 zmienionych plików z 2 dodań i 2 usunięć
  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
 ```