SEAN icon indicating copy to clipboard operation
SEAN copied to clipboard

Question about the SEAN module

Open lzaazl opened this issue 3 years ago • 1 comments

Hi, thanks for your work!

I have a question about the SEAN module implementation detail. In the de-normalization process, why did you add an extra 1 to the gamma? i.e., out = normalized * (1 + gamma_final) + beta_final.

Why 1+gamma here? According to Eq. (1) of the paper, it is gramma exactly.

lzaazl avatar Dec 08 '21 02:12 lzaazl

You can refer to NVlabs/SPADE#4

NguyenTriTrinh avatar Dec 29 '21 06:12 NguyenTriTrinh