1. 芯片型号:J5
2. 天工开物开发包 OpenExplorer 版本:例如 J5_OE_1.1.62
3. 问题定位:模型转换
4. 问题具体描述:我参考Swin-T示例算法,在config中对模型的输入尺寸做了一些改变,由(224,224,3)修改到(320,512,4),在调用compile_and_perf.py时会报错
Expected data shape range of model input tensor from pyramid "arg0[img]" is [[1, 4096],[1, 65536],[1, 65536],[1, 3]], but the data shape is [1,320,512,4]。
请问输入的C维度只能小于等于3吗?期待您的回复,谢谢
5. 如果提供的信息过多,建议进行打包并上传附件至百度网盘
