avalonstrel / GatedConvolution_pytorch

A modified reimplemented in pytorch of inpainting model in Free-Form Image Inpainting with Gated Convolution [http://jiahuiyu.com/deepfill2/]
Other
434 stars 77 forks source link

Why the output of gating = output of feature? #20

Open gonghuiyun opened 5 years ago

gonghuiyun commented 5 years ago

I visualize the x and mask respect to output of feature and gating in GatedConv2dWithActivation, and find x = mask.Why this happen? Is there something wrong ? Thanks!