DSEN2_CR_PYTORCH
DSEN2_CR_PYTORCH copied to clipboard
The size of tensor a (13) must match the size of tensor b (15) at non-singleton dimension 1
in_ch= 15#输入通道数 out_ch = 13#输出通道数 作者您好,我在运行train.py的时候出现了这个问题,然后我发现是在config.py中的通道数是不匹配的,不知道这个是怎么解决的,直接修改通道数吗还是有别的方式