-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: process 2 terminated with signal SIGFPE #3
Comments
Could you post the requested details in the issue template? Thanks! |
updated |
Your pytorch cannot detect cuda. If you expect to use GPUs, you need to correctly install pytorch/cuda first. Most models in detectron2 does not support CPU training. |
right. fixed now. I was following the Colab Notebook: You could then update it to coda version installation:
|
We'll add missing dependencies (probably not opencv-python, since it is an unofficial build of opencv). Thanks for catching this! |
…9-patch-1 Update README.md
what changes you made / what code you wrote: No
what command you run:
python tools/train_net.py --num-gpus 8 --config-file configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml
what you observed (full logs are preferred)
##Environment
Hi any thoughts on above error? thanks.
The text was updated successfully, but these errors were encountered: