pytorch-pruning icon indicating copy to clipboard operation
pytorch-pruning copied to clipboard

Why two classes (FilterPrunner and PrunningFineTuner_VGG1) and not only one ?

Open tommm994 opened this issue 8 years ago • 0 comments

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

tommm994 avatar Mar 07 '18 15:03 tommm994