liuh127 / NTIRE-2021-Dehazing-Two-branch

Official PyTorch implementation of Two-branch Dehazing, wining runner-up awards in NTIRE 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about Adversarial loss function

akashdhedhi opened this issue · comments

Why do you use sigma and N when creating the adversarial loss function? What does N stand for?

and you use (1-fake out) directly in your code; why not use the log value?