Blade6570 / Learningimage-to-imagetranslationusingpairedandunpairedtrainingsamples

Learning image-to-image translation using paired and unpaired training samples
https://tutvision.github.io/Learning-image-to-image-translation-using-paired-and-unpaired-training-samples/
Other
20 stars 3 forks source link

Where is the adversarial consistency loss? #4

Closed m-birke closed 4 years ago

m-birke commented 4 years ago

Hello Mr. Tripathy,

I'm sorry if I overlooked it, but I can't find a model using the conditional discriminator for the adversarial consistency loss nor an implementation of it.

Greetings

Blade6570 commented 4 years ago

Hi,

I think the part you are looking for is here.

The def backward_D_C and def backward_D_D functions are used for this purpose.

BW, Soumya