Sxela / ArcaneGAN

ArcaneGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What loss function do you use?

jjxxmiin opened this issue · comments

Hello, thank you for your wonderful work.

What loss function do you use?

  • How to learn to improve performance?
commented

Hello and thank you!
An old variation of LPIPS + gram + L1

Did you learn only the Unet generator without using the discriminator? (no GAN Loss)

commented

Ah, sorry, there is a discriminator and adversarial loss, too, after a short warmup.

Can I know the training settings? (epoch, loss weights, etc.)

commented

They differ from exact dataset to dataset, but you can get the overall idea from this notebook for paired image training: https://www.patreon.com/posts/training-model-60280567

Many Thanks!!