richzhang / colorization-pytorch

PyTorch reimplementation of Interactive Deep Colorization
https://richzhang.github.io/ideepcolor/
MIT License
597 stars 113 forks source link

Hi,In your paper the generator loss function is huber loss but in your pytorch version, the loss function is L1 loss #19

Open meiguoofa opened 3 years ago

meiguoofa commented 3 years ago

So the L1 loss function more suit for Colorization task?