debug查看是onnx.utils中获得graph部分的问题。
解决办法:
conda install -c conda-forge numpy protobuf==3.16.0 libprotobuf=3.16.0
conda install -c conda-forge onnx
pip install onnxruntime
误打误撞地可以转onnx了
debug查看是onnx.utils中获得graph部分的问题。
解决办法:
conda install -c conda-forge numpy protobuf==3.16.0 libprotobuf=3.16.0
conda install -c conda-forge onnx
pip install onnxruntime
误打误撞地可以转onnx了