Mehrdad-Noori / Brain-Tumor-Segmentation

Attention-Guided Version of 2D UNet for Automatic Brain Tumor Segmentation
209 stars 36 forks source link

Segmentation fault (core dumped) #7

Closed JiexiPinkman closed 4 years ago

JiexiPinkman commented 4 years ago

When I run python train.py after one epoch ,I get this image

Mehrdad-Noori commented 4 years ago

It seems that there is a problem with validation data generator. Are you running the model on a cloud service? Can you train the model without the validation generator for one epoch to see if the problem persists?

JiexiPinkman commented 4 years ago

Thank you for your help! Yes ,lack of good gpu ,I run this on cloud gpu. I later fixed this bug by changing python 3.7 to 3.5 .The cloud supports changing the environment

675492062 commented 4 years ago

Thank you for your help! Yes ,lack of good gpu ,I run this on cloud gpu. I later fixed this bug by changing python 3.7 to 3.5 .The cloud supports changing the environment

I fixed this bug by changing python 3.7 to 3.5 too, which is so Weird && Obscure