Skip to content

Commit

Permalink
Increase CED's max frame length to 3000 (#798)
Browse files Browse the repository at this point in the history
so that it can process waves for up to 30 seconds.
  • Loading branch information
csukuangfj authored Apr 22, 2024
1 parent 6b353bf commit 9a68b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ced/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ base
)

for m in ${models[@]}; do
python3 ./export_onnx.py -m ced_$m
python3 ./export_onnx.py -m ced_$m --max-frames 3000
done

ls -lh *.onnx
Expand Down

0 comments on commit 9a68b92

Please sign in to comment.