taesungp / contrastive-unpaired-translation

Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
https://taesung.me/ContrastiveUnpairedTranslation/
Other
2.23k stars 417 forks source link

Support batch_size >= 2 testing, fakeA is also outputted in the result file and index.html #129

Open HaiyangPeng opened 2 years ago

HaiyangPeng commented 2 years ago

This commit solves the #126 and the restriction of only support batch_size=1 in test.py. More, details: