Closed yttuncel closed 2 years ago
We do not support PTL QAT, most of Nemo classes cannot be used with pickling
Well, I should more say we don't test for it and it may work but we cannot offer much support for it c
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Can we use PL's QuantizationAwareTraining and ModelPruning callbacks during NeMo model training?
To quickly test this, I tried to add the QAT callback to the trainer in speech_to_text_ctc.py script to train a quick Quartznet5x5 model:
and I get the following error:
Are there any examples that show how we can use the Pruning and QAT tools in pytorch with NeMo?