Mask_rcnn: why I got "floating point exception(core dumped)" error when traning

Created on 24 Jul 2018  路  8Comments  路  Source: matterport/Mask_RCNN

When I training Mask RCNN use
python3 samples/coco/coco.py train --dataset=mypath --model=coco
after train 7th epoch, I got an error:
floating point exception(core dumped)

All 8 comments

You need to purchase Titan or Tesla

My GPU is GeForce GTX 1080 Ti, and I set IMAGES_PER_GPU=1, it isn't ok? The "floating point exception" is due to hardware?

@heiheiya Update tensorflow to 1.9

I am also facing same error in 1st epoch itself. using tensorflow 1.8. have you solved it. @heiheiya

changing the cuda version worked for me. now using cuda 9 with cudnn 7 on tensorflow 1.9.

@008karan No, it still isn't work for me.

@engineer1109 I update tensorflow to 1.9.0, cuda to 9.0, cudnn to 7.0.5, but is still isn't work.

May be there are some installation didn't take effect, after I restarted my machine, it worked now. Thank you very much @engineer1109 @008karan

Was this page helpful?
0 / 5 - 0 ratings