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

ResourceExhaustedError when using batch_size >= 64 #171

Open vanqm opened 5 years ago

vanqm commented 5 years ago

Information

Describe the problem

Thanks, Van

Spritea commented 5 years ago

Hello, Van Till now, this project doesn't support multi-GPU task. This means it would only use one GPU, even you have more. I guess it's because this code is based on tf.slim, and it's intricate to do multi-GPU with tf.slim. If you do want to use multi-GPU with slim, you can refer to this official example.

vanqm commented 5 years ago

Hi Spritea,

Thank you for your comment. I will review the source code carefully and see what can I do.

burhr2 commented 5 years ago

Hi i am a bit stack, I get this error with the default setting and also even when i put a batchsize = 1 , tensorflow 1.10.0 , python 3.5.6 anaconda