yunjey / stargan

StarGAN - Official PyTorch Implementation (CVPR 2018)
MIT License
5.21k stars 967 forks source link

Reverse attribute value #136

Open yy97831 opened 3 years ago

yy97831 commented 3 years ago

in line 168 in solver, why we do c_trg[:, i] = (c_trg[:, i] == 0) # Reverse attribute value ?