pix2pix-keras icon indicating copy to clipboard operation
pix2pix-keras copied to clipboard

impossible convolution output dim

Open pranitapradhan91 opened this issue 6 years ago • 3 comments

Dear all,

I am getting this error when I keep patch size as (64,64) and image size (256, 256).--> ValueError: impossible convolution output dim: expected 1x512x1x1 but received 1x512x2x2. Can someone tell me what is going wrong here? any help is appreciated.

pranitapradhan91 avatar May 25 '18 11:05 pranitapradhan91

Should image size be equal to patch size?

pranitapradhan91 avatar Aug 10 '18 09:08 pranitapradhan91

Last time i saw his code (it was in december I think), there was a bug making it impossible to have multiple patches (I forgot where it was). I dont think william updated it since then. Therefore the answer to you question is yes.

edmondja avatar Aug 10 '18 09:08 edmondja

Okay. Thank you.

pranitapradhan91 avatar Aug 10 '18 09:08 pranitapradhan91