Making a pipeline for Pruning, Quantization and Knowledge Distillation
Het-Shah opened this issue · 0 comments
Het-Shah commented
Currently, the user has to import and run all three things independently. Having a pipeline will make the entire work streamlined for the end-user.
The user should be able to add pipelines like [KD, Pruning] or [KD, Quantization].
We can discuss how we want to go about doing this.