taming-transformers
taming-transformers copied to clipboard
Reconstruction loss
trafficstars
In the paper, the authors describe that the recon loss is replaced with perceptual loss.
However, in the code, the actual recon loss is L1 (not L2) + perceptual loss.
https://github.com/LeeDoYup/taming-transformers/blob/1bbc027acb6a47e4eb348d611f9af53f1038ffee/taming/modules/losses/vqperceptual.py#L78-L87
Same question