RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 128 but got size 32 for tensor number 1 in the list.
时间: 2023-11-06 20:55:15 浏览: 178
ArcGIS Runtime SDK for Android 100.1.0应用和开发
3星 · 编辑精心推荐
回答: 这个错误提示是由于张量的尺寸不匹配导致的。根据引用\[1\]中的错误提示,这个错误是在维度1上尺寸不匹配,期望的尺寸是128,但实际得到的尺寸是32。根据引用\[2\]中的错误提示,这个错误可能是由于图像处理过程中的resize问题导致的。在目标检测服务中,如果输入的图像尺寸小于1280,则会报错。而根据引用\[3\]中的错误提示,这个错误可能是由于使用了像素混洗函数(pixel_shuffle)时,输入通道数不是缩放因子的平方倍导致的。所以,解决这个错误的方法可能是检查代码中的resize操作和像素混洗函数的使用,确保尺寸匹配和通道数的正确性。
#### 引用[.reference_title]
- *1* *3* [Bug解决-RuntimeError: Sizes of tensors must match except in dimension 2. Got 320 and 160 (The ...](https://blog.csdn.net/qq_40723205/article/details/125905539)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* [记录解决RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 27 but got ...](https://blog.csdn.net/h363924219/article/details/127778425)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文