If I build a LightningModule to perform distillation (student, teacher), how do I apply ModelPruning callback only to the student model?
If I build a LightningModule to perform distillation (student, teacher), how do I apply ModelPruning callback only to the student model?