Research code (the LightningModule). Engineering code (you delete, and is handled by the Trainer). Non-essential research code (logging, etc... this goes in Callbacks). Data (use PyTorch Dataloaders or organize them into a LightningDataModule).Once you do this, you can train on multiple-...