瀏覽代碼

fix script to match example

Jimmy 8 年之前
父節點
當前提交
989d08a358
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 ```