We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627b4a commit c37ae36Copy full SHA for c37ae36
single_stage_detector/ssd/run_and_time.sh
@@ -36,6 +36,7 @@ BATCHSIZE=${BATCHSIZE:-2}
36
EVALBATCHSIZE=${EVALBATCHSIZE:-${BATCHSIZE}}
37
NUMEPOCHS=${NUMEPOCHS:-30}
38
LOG_INTERVAL=${LOG_INTERVAL:-20}
39
+DATASET=${DATASET:-"openimages-mlperf"}
40
DATASET_DIR=${DATASET_DIR:-"/datasets/open-images-v6-mlperf"}
41
TORCH_HOME=${TORCH_HOME:-"$(pwd)/torch-model-cache"}
42
@@ -85,6 +86,7 @@ PARAMS=(
85
86
--eval-batch-size "${EVALBATCHSIZE}"
87
--epochs "${NUMEPOCHS}"
88
--print-freq "${LOG_INTERVAL}"
89
+ --dataset "${DATASET}"
90
--data-path "${DATASET_DIR}"
91
)
92
0 commit comments