Open cww97 opened 3 years ago
尝试转到什么?pytorch?
是的
犯罪现场 https://github.com/cww97/paddle2torch
python onnx2pytorch.py \
--onnx_path ../models/resnet50_vd.onnx \
--simplify_path ../models/resnet50_vd_sim.onnx \
--pytorch_path ../models/resnet50_vd.pth \
--input_shape input:1,3,224,224
(都是主人的任务罢了~
我从paddle这里转了个resnet_vd到onnx
https://github.com/PaddlePaddle/PaddleClas/blob/release%2F2.1/ppcls/modeling/architectures/resnet_vd.py
尝试转到时候发现了这么个问题
新算子还未支持?