dcgan-completion.tensorflow icon indicating copy to clipboard operation
dcgan-completion.tensorflow copied to clipboard

Changing image_size to 256 triggers error

Open Cristy94 opened this issue 8 years ago • 7 comments

I can't seem to be able to change the image size or number of initial filter values, if I do that I get this error:

F C:\tf_jenkins\home\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\stream_executor\cuda\cuda_dnn.cc:430] could not convert BatchDescriptor {count: 4 feature_map_count: 0 spatial: 129 129 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} to cudnn tensor descriptor: CUDNN_STATUS_BAD_PARAM

Cristy94 avatar Sep 06 '17 17:09 Cristy94

I also faced same problem while running for image of size 128

sachinjm avatar Sep 11 '17 13:09 sachinjm

@Cristy94 I have also come across with this issue when training a CNN-based model, so I wonder whether you have solved this problem or not. If yes, could you please share your solution? Thank you!

DeliaX avatar Sep 22 '17 05:09 DeliaX

@DeliaX No, I haven't found a solution, maybe someone has a fork where using a different image size works.

Cristy94 avatar Nov 07 '17 22:11 Cristy94

if the targeted size (200200) > the original size(128128) ,it will raise this error. just filter to process this small size image

AriesSurfer avatar Jan 26 '18 07:01 AriesSurfer

@Cristy94 I am also looking for 256 x 265 size image solutions. Do you have any lead on this? Thanks.

pavibalaji avatar Feb 09 '18 10:02 pavibalaji

@pavibalaji No, haven't solved the issue.

Cristy94 avatar Feb 09 '18 12:02 Cristy94

Hi,have anyone solved the issue?

Aurevious avatar Apr 12 '20 15:04 Aurevious