ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

onnx2ncnn模型转化有问题,使用了onnxsim也没有解决

Open huahuahuo opened this issue 3 years ago • 1 comments

error log | 日志或报错信息 | ログ

model | 模型 | モデル

  1. original model

how to reproduce | 复现步骤 | 再現方法

  1. ncnn git master 2.build (mkdir build; cd build;cmake .. \ -DProtobuf_INCLUDE_DIR -DProtobuf_LIBRARY ) 3.cd build/tools/onnx python -m onnxsim a.onnx a_sim.onnx ./onnx2ncnn a_sim.onnx a_sim.parma a_sim.bin

log image

huahuahuo avatar Aug 16 '22 08:08 huahuahuo

ONNX那边现在没有售后了,如果你的训练框架是pytorch,请用PNNX进行转换,那个有售后

wzyforgit avatar Aug 17 '22 00:08 wzyforgit