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

Cannot generate all 10 pruned models for cifar10 #16

Open
Kenan-Jiang opened this issue Jun 30, 2020 · 0 comments
Open

Cannot generate all 10 pruned models for cifar10 #16

Kenan-Jiang opened this issue Jun 30, 2020 · 0 comments
Assignees
Labels
good to have optional features

Comments

@Kenan-Jiang
Copy link
Collaborator

When running:
python3 group_selection.py --arch=resnet110 --resume=resnet110-bottleneck-cifar10.pth.tar --dataset=cifar10 --ngroups=10 -gpu_num=10
We have this error:
RuntimeError: cuda runtime error (711) : peer mapping resources exhausted at /opt/conda/conda-bld/pytorch_1573049304260/work/aten/src/THC/THCGeneral.cpp:157
It seems that the code has error when we choose (>= 10) gpus and 10 groups for any models on cifar10 dataset.

@GuanhuaWang GuanhuaWang added the good to have optional features label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good to have optional features
Projects
None yet
Development

No branches or pull requests

2 participants