打开微信,使用扫一扫进入页面后,点击右上角菜单,
点击“发送给朋友”或“分享到朋友圈”完成分享
使用MLU220平台量化caffe模型成功,离线过程在Concat处出现问题。
离线模型中存在两个Concat层
layer{
name:"Concat_207"
type:"Concat"
bottom:"653"
bottom:"678"
bottom:"703"
top:"layer-out2"
concat_param{
axis:2
}
}
layer{
name:"Concat_207"
type:"Concat"
bottom:"643"
bottom:"668"
bottom:"693"
top:"705"
concat_param{
axis:3
}
}
离线报错日志信息:
如果将Concat_207也变成axis=3对齐(对应的bottom调整),模型正常离线
热门帖子
精华帖子