"test/vscode:/vscode.git/clone" did not exist on "1f09e84b9a31a8fa98fee6cbb9c5d8409967e653"
test16.sh 320 Bytes
Newer Older
SWHL's avatar
SWHL committed
1
2
3
4
5
#!/bin/bash
  
FP16=--fp16
MODELDIR=/root/wenet-onnx/wenet/wenet/bin/models/onnx_20211025_conformer_exp
python recognize_onnx.py  --test_data $1 --dict $MODELDIR/words.txt --config $MODELDIR/train.yaml --encoder_onnx $MODELDIR/encoder_fp16.onnx --decoder_onnx $MODELDIR/decoder_fp16.onnx --result_file result.txt  $FP16