We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
貌似yolov3-nano训练出的模型caffe输出正常,但是mnn输出就是乱的,我对比了两个模型每一层输出,发现是在layer72-upsample层开始不一样,感觉是 #layer { # bottom: "layer71-route" # top: "layer72-upsample" # name: "layer72-upsample" # type: "Upsample" # upsample_param { # scale: 2 # } #} layer { bottom: "layer71-route" top: "layer72-upsample" name: "layer72-upsample" type: "Interp" interp_param { height:20 #upsample h size width:20 #upsample w size } } 模型转换上有点瑕疵,请问大大怎么修改才能解决?谢谢!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
貌似yolov3-nano训练出的模型caffe输出正常,但是mnn输出就是乱的,我对比了两个模型每一层输出,发现是在layer72-upsample层开始不一样,感觉是
#layer {
# bottom: "layer71-route"
# top: "layer72-upsample"
# name: "layer72-upsample"
# type: "Upsample"
# upsample_param {
# scale: 2
# }
#}
layer {
bottom: "layer71-route"
top: "layer72-upsample"
name: "layer72-upsample"
type: "Interp"
interp_param {
height:20 #upsample h size
width:20 #upsample w size
}
}
模型转换上有点瑕疵,请问大大怎么修改才能解决?谢谢!!
The text was updated successfully, but these errors were encountered: