FcaNet icon indicating copy to clipboard operation
FcaNet copied to clipboard

通道切分

Open ghost opened this issue 3 years ago • 2 comments

您好,看了您的代码,但是没有找到通道切分是在哪里进行的,方便赐教一下吗?

ghost avatar Oct 05 '21 04:10 ghost

@wangjunhua-y 实际上这个是通过切分dct_filter实现的,可以看一下这部分代码: https://github.com/cfzd/FcaNet/blob/aa5fb63505575bb4e4e094613565379c3f6ada33/model/layer.py#L110 https://github.com/cfzd/FcaNet/blob/aa5fb63505575bb4e4e094613565379c3f6ada33/model/layer.py#L115

cfzd avatar Oct 05 '21 07:10 cfzd

后来看到了,谢谢您!

ghost avatar Oct 07 '21 16:10 ghost