📚 Documentation
In lightning_module.rst (https://github.com/Lightning-AI/pytorch-lightning/blob/master/docs/source-pytorch/common/lightning_module.rst#inference-in-research), the sentence:
“you can add a forward method to the LightningModule”
is misleading because LightningModule requires forward to be implemented.
cc @lantiga