something wrong in train_sagan.py
dianxin556 opened this issue · 2 comments
dianxin556 commented
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.
DongHwanJang commented
@dianxin556 Same problem here. Did you solve this?
I think others might have the same error.
avalonstrel commented
Sorry, the attention term can be ignored, I just write it for other use. I will fix it.