parseq icon indicating copy to clipboard operation
parseq copied to clipboard

Remove test-time dependency on PyTorch Lightning

Open baudm opened this issue 2 years ago • 0 comments

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.

baudm avatar May 30 '23 11:05 baudm