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

Why is the pruning not working on Multi-GPU? #17

Open
atrah22 opened this issue Feb 19, 2020 · 0 comments
Open

Why is the pruning not working on Multi-GPU? #17

atrah22 opened this issue Feb 19, 2020 · 0 comments

Comments

@atrah22
Copy link

atrah22 commented Feb 19, 2020

Hello,

I am using 2 V100 GPUs. I trying to apply the pruning technique on pre-trained resnet50 model for imagenet dataset.

The pruning is running. However, it is using only 1 of the two GPUs. I am running the python script in the following way (I made myself the resnet50_prune.py without changing any of the pruning code).
CUDA_VISIBLE_DEVICES=0,1 python ./run/resnet-50/resnet50_prune.py

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

1 participant