taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

Reconstruction loss

Open LeeDoYup opened this issue 4 years ago • 1 comments
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

LeeDoYup avatar Apr 14 '21 09:04 LeeDoYup

Same question

rcao-hk avatar Apr 27 '22 08:04 rcao-hk