GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

DDSC : could not convert BatchDescriptor {count: 1 feature_map_count: 1024 spatial: 0 0 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} to cudnn tensor descriptor: CUDNN_STATUS_BAD_PARAM Aborted #158

Open TaoZhong11 opened 5 years ago

TaoZhong11 commented 5 years ago

I have met the problem that shows "F tensorflow/stream_executor/cuda/cuda_dnn.cc:430] could not convert BatchDescriptor {count: 1 feature_map_count: 1024 spatial: 0 0 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} to cudnn tensor descriptor: CUDNN_STATUS_BAD_PARAM Aborted (core dumped)" when I run the fresh code about DDSC. I see that someone have met the same problem. How can I solve this? Thank you!

kache1995 commented 5 years ago

i have the same problem