分组卷积报错
Created by: Anikily
输入shape是(B, 1536, 60, 60) 卷积核3*3, 输出512 设置groups参数为1536,报错如下: The number of output channels should be divided by groups.But received: the output channels is [512], the shape of filter is 512, 1, 3, 3, the groups is [1536]