pesi
/

File size: 135 Bytes
b75f05d
 
 
 
 
 
1
2
3
4
5
6
7
for f in $(ls -S *.onnx | tac); 
do 
echo Process "$f"
python3 symbolic_shape_infer.py --input "$f" --output "$f" --auto_merge; 
done