-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing image_size to 256 triggers error #56
Comments
I also faced same problem while running for image of size 128 |
@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 No, I haven't found a solution, maybe someone has a fork where using a different image size works. |
if the targeted size (200200) > the original size(128128) ,it will raise this error. just filter to process this small size image |
@Cristy94 I am also looking for 256 x 265 size image solutions. Do you have any lead on this? Thanks. |
@pavibalaji No, haven't solved the issue. |
Hi,have anyone solved the issue? |
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
The text was updated successfully, but these errors were encountered: