HasnainRaz / FC-DenseNet-TensorFlow

Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
MIT License
123 stars 41 forks source link

out of memory #14

Closed allendred closed 5 years ago

allendred commented 5 years ago

2*1080ti out of memory ,cityscapesScripts datasets,batch size 4.

HasnainRaz commented 5 years ago

Try lowering the number of layers per block and/or your image dimensions.