cfzd / FcaNet

FcaNet: Frequency Channel Attention Networks
MIT License
503 stars 100 forks source link

get_freq_indices #4

Closed Slayerxxx closed 3 years ago

Slayerxxx commented 3 years ago

您好,请问下get_freq_indices这个函数中那些indices数组是什么作用阿,没太看懂其中规律。 感谢!

cfzd commented 3 years ago

@Slayerxxx 您好,indices数组存储的选择不同频率方法的坐标。我们给出了几种可能的选择方案,包括选高性能top-k,选低频low-k,选低性能bot-k。具体的含义也可以参考我们文章的Fig. 4和附录6.1里的内容。

Slayerxxx commented 3 years ago

@cfzd 那top和bot都是经验值吗?

Slayerxxx commented 3 years ago

谢谢明白了