You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again! Please allow me to ask a newbie question.
The way of calculating the mean and variance in AdaIN is a bit tricky for me.
It seems to be just using nn.Linear to compute them at once and split it into gamma(variance) and beta(mean).
Will it lean to compute mean and variance during the training?
If so, where can I find the process to guarantee it?
Thank you again in advance.
Hi again! Please allow me to ask a newbie question.
The way of calculating the mean and variance in AdaIN is a bit tricky for me.
It seems to be just using nn.Linear to compute them at once and split it into gamma(variance) and beta(mean).
Will it lean to compute mean and variance during the training?
If so, where can I find the process to guarantee it?
Thank you again in advance.
class AdaIN(nn.Module):
The text was updated successfully, but these errors were encountered: