You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
236 B
8 lines
236 B
2 years ago
|
train_output_path=$1
|
||
|
model_name=$2
|
||
|
|
||
|
python3 ${BIN_DIR}/../../PTQ_static.py \
|
||
|
--dev-metadata=dump/dev/norm/metadata.jsonl \
|
||
|
--inference_dir ${train_output_path}/inference \
|
||
|
--model_name ${model_name} \
|
||
|
--onnx_format=True
|