MNN icon indicating copy to clipboard operation
MNN copied to clipboard

多输入量化时维度问题

Open Ryuk17 opened this issue 3 years ago • 0 comments

我对多输入模型进行量化时发现维度有问题,使用的模型在这里。 我的模型的两个输入是[1, 400, 80]和[1],config文件也是这么设置的 image 但是运行时报 image 我batch_size设置的是32,而903168/28224 = 32,这显然是把一个batch的输入([32, 1, 400, 80])当成单个网络模型输入([1, 400, 80])了

Ryuk17 avatar Jun 09 '22 08:06 Ryuk17