rethinking-network-pruning
rethinking-network-pruning copied to clipboard
Custom Dataset and architecture
@liuzhuang13 @Eric-mingjie @quelleG Thanks for the sharing the wonderful work , i just have few queries .
- Is the source code applicable only to the imagenet dataset or can i use to other custom dataset
- the architecture i have is a modified version of res can i use the source code .
- how much performance gain you have obtained from ur exp
- We provide source code for CIFAR-10 (applicable to CIFAR-100) and ImageNet. I think in general, the code for pruning does not depend on the dataset but it depends on the architecture used.
- For some pruning methods, you may want to read the pruning code personally. I think for unstructured weight pruning, you can directly use the source code.
- What do you mean by performance gain? Our work is focused on showing the training the pruned models from scratch can match the accuracy of fine-tuning.
@Eric-mingjie thanks for the response . for the Pt 3 i have used Network slimming for pruning my resenet 18 architecture , i have modified my source code but when i train , i am not getting any predictions . I am having near to mobile net architecture , i want to perform optimization on this network to increase the fps/ prediction time . which method would be good to try it first