style-based-recalibration-module icon indicating copy to clipboard operation
style-based-recalibration-module copied to clipboard

Unable to reproduce the result

Open zhuyy116 opened this issue 2 years ago • 2 comments

Didn't see fully connected or channel fully connected (CFC) in your code? It's different from what you stated in your paper.

“z = t * self.cfc[None, :, :]”

This is the dot product of matrix

zhuyy116 avatar Feb 20 '23 08:02 zhuyy116

Can you please publish the code for the CFC?

lanbamboo avatar Aug 10 '23 07:08 lanbamboo

Didn't see fully connected or channel fully connected (CFC) in your code? It's different from what you stated in your paper.

“z = t * self.cfc[None, :, :]”

This is the dot product of matrix

作者意思就是点积操作,只不过类比为FC,但这里实现确实是element-wise multi,有点奇怪

haiduo avatar Nov 20 '23 05:11 haiduo