Skip to content
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

subprocess.CalledProcessError #3

Open
hongminglin08 opened this issue Jun 20, 2023 · 3 comments
Open

subprocess.CalledProcessError #3

hongminglin08 opened this issue Jun 20, 2023 · 3 comments

Comments

@hongminglin08
Copy link

I am trying to use two Gpus, but the following error occurs. How do I fix the problem?

image

@joslefaure
Copy link
Owner

It says your GPU is not compatible with the pytorch version. If that is really the problem, I don't know how to fix it.
Can you share the command you used to train with two GPUs?

@hongminglin08
Copy link
Author

It says your GPU is not compatible with the pytorch version. If that is really the problem, I don't know how to fix it. Can you share the command you used to train with two GPUs?

python -m torch.distributed.launch --nproc_per_node=2
train_net.py --config-file "config_files/hitnet.yaml" \

@joslefaure
Copy link
Owner

Looks good to me. Seems like it's because the pytorch version is too low for your GPU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants