colorization icon indicating copy to clipboard operation
colorization copied to clipboard

annealed mean implementation

Open laaRaa opened this issue 3 years ago • 0 comments

Hi,

I have a question regarding the annealed mean implementation (PyTorch code). If I understand correctly this step is implemented, for testing, as an additional convolutional layer applied to the distribution tensor (after the softmax layer). If this is correct, I do not understand how can the function f_T (equation (5) in the paper) be implemented with a convolutional layer. Or is it only for the case where the temperature T is equal to 1 (hence taking the mean and not the annealed mean)?

Thanks in advance!

laaRaa avatar May 28 '21 09:05 laaRaa