FastMaskRCNN icon indicating copy to clipboard operation
FastMaskRCNN copied to clipboard

Error, Segmentation fault (core dumped)

Open donghaoye opened this issue 8 years ago • 1 comments

Error, Segmentation fault (core dumped)

donghaoye avatar Jul 04 '17 09:07 donghaoye

maybe you can try modify gpu_options = tf.GPUOptions(per_process_gpu_memory_fraction=0.95) in train.py to gpu_options = tf.GPUOptions() It works for me

UpCoder avatar Mar 24 '19 12:03 UpCoder