MathiasGruber / PConv-Keras

Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PConv Layer compute_shape

XuDongHecs opened this issue · comments

I got a question. when input shape is (None,1,512,1) and kernel_size and stride change with (1,*) the pconv output_shape is (None,1,255,1) and conv2d is (None,1,256,1).