pytorch-pruning
pytorch-pruning copied to clipboard
Why two classes (FilterPrunner and PrunningFineTuner_VGG1) and not only one ?
In finetune.py, why do you have two different classes : FilterPrunner and PrunningFineTuner_VGG16 ? Isn't it possible to merge those two classes to have only one class ?
Thank you