IN DCGAN why the kernel size of 4 is used?

I am wondering why the kernel size of 4 is being used in DCGAN, we could use any odd number kernel for the better approximation, and zero pad the edges.

it was to match some output dimensions from Theano code of Alec Radford. No other reason.

1 Like