parseq
parseq copied to clipboard
Remove test-time dependency on PyTorch Lightning
PL is used for training only, but due to the current usage of pl.LightningModule, there is a hard dependency on PL even after training.
Goal is to refactor the PARSeq model to remove this dependency while maintaining the compatibility with the released weights. Refactored model should be a drop-in replacement for the current one.