Pytorch-Attention-Guided-CycleGAN icon indicating copy to clipboard operation
Pytorch-Attention-Guided-CycleGAN copied to clipboard

bug in the train script

Open uricamic opened this issue 4 years ago • 0 comments

Hi,

I believe there is a bug in this line

DisLossB = fakeTargetLoss(disB(genB)) + fakeTargetLoss(disB(genB_)) + 2*realTargetLoss(disA(realB))

in the last term, there should be disB instead of disA, right?

uricamic avatar Aug 26 '19 09:08 uricamic