taesungp / contrastive-unpaired-translation

Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

Home Page:https://taesung.me/ContrastiveUnpairedTranslation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagonal masked replacement is filled with -10.0 instead of exp(-10.0)

fsalmasri opened this issue · comments

l_neg_curbatch.masked_fill_(diagonal, -10.0)