avalonstrel/GatedConvolution_pytorch

something wrong in train_sagan.py

dianxin556 opened this issue · 2 comments

In train_sagan.py,line 77, coarse_imgs, recon_imgs, attention = netG(imgs, masks). It has 3 valuse to return.But in netG,the forward function only return 2 values.

@dianxin556 Same problem here. Did you solve this?
I think others might have the same error.

Sorry, the attention term can be ignored, I just write it for other use. I will fix it.