AlexHex7 / SimGAN_pytorch

[Refer to wayaai/SimGAN(Keras&Tensorflow)] Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training
41 stars 9 forks source link

Is this line wrong? #3

Closed JigyasaK closed 4 years ago

JigyasaK commented 4 years ago

https://github.com/AlexHex7/SimGAN_pytorch/blob/654099b7428c4c75ee4e242a1611f580f5d5e4f9/main.py#L197 Shouldn't it be acc_adv = calc_acc(d_ref_pred, 'refine') instead?