SpineNet-Pytorch
SpineNet-Pytorch copied to clipboard
multile gpu-error
subprocess.CalledProcessError: Command '['/home/payal/anaconda3/envs/spn/bin/python', '-u', 'tools/train.py', '--local_rank=1', './configs/sp.py', '--launcher', 'pytorch']' returned non-zero exit status 1.
Any idea how to resolve this
@vishaldhull09 Have you tried to use single GPU training?
Yes it's working fine
https://github.com/open-mmlab/mmdetection/issues/3423 https://github.com/open-mmlab/mmdetection/issues/1293 https://github.com/open-mmlab/mmdetection/issues/878
Maybe you can check your GPU usage by nvidia-smi? Is there any process working in the same time?