RuntimeError: shape is invalid for input || RuntimeError: Sizes of tensors must match except in dime
RuntimeError:shape'[24,192,14,14]'isinvalidforinputofsize3612672源代码:feature_tf=feature_tf.view(b,c,14,14)其指定高宽和输入的feature_tf实际的高宽乘积不一致,比如其实际值是28*28,由于后续需要拼接,如果简单把14改成28,修改之后,又引发后续的拼接错误:RuntimeError:Si