Loop over epochs instead of batches

this is not possible with LightningModule.

You can instead try LightningLite
or you can customize a custom loop.

Also, we have moved the discussions to GitHub Discussions. You might want to check that out instead to get a quick response. The forums will be marked read-only after some time.

Thank you