Increase CED's max frame length to 3000 (#798)
so that it can process waves for up to 30 seconds.
This commit is contained in:
@@ -24,7 +24,7 @@ base
|
|||||||
)
|
)
|
||||||
|
|
||||||
for m in ${models[@]}; do
|
for m in ${models[@]}; do
|
||||||
python3 ./export_onnx.py -m ced_$m
|
python3 ./export_onnx.py -m ced_$m --max-frames 3000
|
||||||
done
|
done
|
||||||
|
|
||||||
ls -lh *.onnx
|
ls -lh *.onnx
|
||||||
|
|||||||
Reference in New Issue
Block a user