xmengli / H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes
526 stars 161 forks source link

out of memory #36

Closed leetesua closed 5 years ago

leetesua commented 5 years ago

Hello xmengli, I have an issue when run your program:

When run test.py, I got out of memory error. Some test cases are OK but some cases are too big that I got a ResourceExhaustedError.

My Mem is 126G, so I think it is big enough. Any idea about how to solve it?

thanks in advance!

leetesua commented 5 years ago

it happens when ' Predicting masks on test data... '

xmengli commented 5 years ago

Could you take a figure for the error?

leetesua commented 5 years ago

image

anxingle commented 4 years ago

@leetesua So, how did U solve the problem?

jucyLL commented 3 years ago

Did you solve the problem?