PyTorch-GAN
PyTorch-GAN copied to clipboard
Pixelwise loss in AAE
@eriklindernoren Is there any reasons why L1 loss is used here instead of using MSE loss for the pixelwise? And why it has to be multiplied with 0.999?
The same question about Context Encoder
I have the exact same question. Can you provide any answer?