bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About loss function

u0251077 opened this issue · comments

What is the loss function used by the "Face Portrait v2" model? The effect is amazing.

L2 distance + LPIPS + Adversarial loss were used for the generator

“Face Portrait v2”模型使用的损失函数是什么?效果是惊人的。

Can you reproduce the training of cartoon faces?

生成器使用 L2 距离 + LPIPS + 对抗性损失

How many weights are these loss functions?