rgnn.py error when multiple GPUs are used #194
drchangliu
started this conversation in
MAG240M-LSC
Replies: 1 comment 2 replies
-
The slow speed is probably due to the slow disk read. Each epoch took about 10 minutes on our end, using single GeForce RTX 2080 GPU. I suggest you see whether your GPU is fully utilized or not. For multi-GPU training, please modify the code following this (change |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took over almost 50 minutes for one epoch of rgnn.py to run on a 1080Ti GPU. So we tried to use to use multiple GPUs as allowed by the baseline code.
python rgnn.py --device "0,1,2,3"
andpython rgnn.py --device "0,1,2,3"
both provided the following error. Any suggestions? Thanks!https://i.imgur.com/CaMzRis.png
Beta Was this translation helpful? Give feedback.
All reactions