NVIDIA / partialconv

A New Padding Scheme: Partial Convolution based Padding
Other
1.22k stars 213 forks source link

The updating of mask #41

Open chenxiaodanhit opened 1 year ago

chenxiaodanhit commented 1 year ago

Thank you for your great contributions! May i ask you for the updating of the mask in partial convolution? The mask and weight_maskUpdater are initialized by torch.ones and the results of update_mask are always identity matrix. Thank you for your help!

ivanstepanovftw commented 3 months ago

It is not an identity matrix, it is a matrix full of ones.