idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.56k stars 755 forks source link

Make losses same as metrics? #226

Open maxcw opened 2 years ago

maxcw commented 2 years ago

In the training object, the default losses are MSE, binary cross-entropy, and MAE. Is this what the models are minimizing? If so, how can we make the losses the same as the super-resolution metrics? Why aren't they the super-resolution metrics like PSNR and perceptual loss?