This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: numBatches = 6,模型转化不成功

Part Number: TDA4VM
Other Parts Discussed in Thread: AM69A

模型转化时,设置numBatches = 6,为什么输入尺寸为288*512的resnet18模型可以正确转化,而输入尺寸为288*576的resnet18模型转化不成功。报以下错误:“ERROR: Batch processing is not supported with large feature map case 。”请问: 1、large feature map的阈值是多少;2、为什么会出现这种问题呢