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 099b535 commit f3abdb5Copy full SHA for f3abdb5
models_v2/pytorch/yolov7/inference/cpu/run_model.sh
@@ -187,10 +187,10 @@ else
187
export TORCHINDUCTOR_FREEZING=1
188
python -m torch.backends.xeon.run_cpu \
189
--enable-jemalloc \
190
+ $MODE_ARGS \
191
--log_path=${OUTPUT_DIR} \
192
${MODEL_DIR}/yolov7/yolov7.py \
193
$ARGS \
- $MODE_ARGS \
194
--inductor \
195
--batch-size $BATCH_SIZE 2>&1 | tee ${OUTPUT_DIR}/yolov7_${mode}_log_${PRECISION}.log
196
fi
0 commit comments