A generic project template based on pytorch lightning and lightning-template
See feature doc from lightning-template
See installation docs for details.
See cli doc from lightning-template
As pytorch lightning, we use LightningModule to implement the model and train, val and test loop, use LightningDataModule to implement dataset and dataloaders, for detail, see model doc, dataset doc and optimizer doc