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 619f77b commit 9118449Copy full SHA for 9118449
examples/3.x_api/pytorch/recommendation/dlrm/static_quant/ipex/run_benchmark.sh
@@ -80,7 +80,7 @@ function run_tuning {
80
--save-model ${tuned_checkpoint} --test-freq=2048 --print-auc $ARGS \
81
--load-model=${input_model} --accuracy_only
82
elif [[ ${mode} == "performance" ]]; then
83
- incbench --num_cores_per_instance 4 -u $MODEL_SCRIPT \
+ incbench --num_cores_per_instance 4 $MODEL_SCRIPT \
84
--raw-data-file=${dataset_location}/day --processed-data-file=${dataset_location}/terabyte_processed.npz \
85
--data-set=terabyte --benchmark \
86
--memory-map --mlperf-bin-loader --round-targets=True --learning-rate=1.0 \
0 commit comments