日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

Check failed: top_shape[j] == bottom[i]->shape(j) (24 vs. 26) All inputs must have the same shape, e

作者:別出BUG求求了 更新時間: 2023-11-12 編程語言

1. 問題描述

yolov3-tiny中使用vitis-ai中轉(zhuǎn)換為caffe模型的過程中出錯:

concat_layer.cpp:42] Check failed: top_shape[j] == bottom[i]->shape(j)
(24 vs. 26) All inputs must have the same shape, except at
concat_axis.

在這里插入圖片描述

2. 解決辦法

找出的shape是208/8=26 不等于24,因此報錯

找到出錯不匹配的地方是:就是再網(wǎng)絡(luò)的layer20-concat處。打開模型的cfg文件,將8去除掉就匹配了
在這里插入圖片描述

原文鏈接:https://blog.csdn.net/weixin_39589455/article/details/130561469

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新