You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue while training detection model on a single card with two GPUs using the Coco data set. I am getting the following error:
subprocess.CalledProcessError: Command '['/home/data/env/bin/python', '-u', './train.py', '--local_rank=1', 'configs/mask_rcnn_efficientformerv2_s2_fpn_1x_coco.py', '--seed', '0', '--launcher', 'pytorch']' returned non-zero exit status 1.
Can you please help me understand why I am getting this error?
Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered:
I am having an issue while training detection model on a single card with two GPUs using the Coco data set. I am getting the following error:
subprocess.CalledProcessError: Command '['/home/data/env/bin/python', '-u', './train.py', '--local_rank=1', 'configs/mask_rcnn_efficientformerv2_s2_fpn_1x_coco.py', '--seed', '0', '--launcher', 'pytorch']' returned non-zero exit status 1.
Can you please help me understand why I am getting this error?
Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: