linux简化onnx模型命令
python -m onnxsim ***.onnx ***-smi.onnx --input-shape 1,3,56,56python -monnxsim 原模型 转换后模型 --input-shape 自己的模型shape
·
- python -m onnxsim ***.onnx ***-smi.onnx --input-shape 1,3,56,56
- python -m onnxsim 原模型 转换后模型 --input-shape 自己的模型shape
更多推荐


所有评论(0)