MetaPruning icon indicating copy to clipboard operation
MetaPruning copied to clipboard

MetaPruning: Meta Learning for Automatic Neural Network Channel Pruning. In ICCV 2019.

Results 6 MetaPruning issues
Sort by recently updated
recently updated
newest added

I tried on my customer model, find it is really hard to train. And another question, is PruningNet trusted to be a justified-evaluation-proxy during EA process?

I was trying to load (using torch.load) the ResNet50 0.75x pretrained model provided, but run into this error "RuntimeError: unexpected EOF, expected 1565290 more bytes. The file might be corrupted."...

Hi, In reference to issue #36, according to the README: > After searching is done, the top1 encoding vector will be shown in the log. By simply copying the encoding...

Hello liuzechun, Thanks for your brilliant work.But i have some problem about how to use the pruningNet model you provide. I download the Model-MetaP-Mbv1-0.75 you provide in readme and want...

I really appreciate your work and want to follow this work. But training PruningNet on imagenet requires too many GPU resources. Can you provide PruningNet model for us?