## 🚀 Feature Add predict_epoch_end and predict_step_end methods to LightningModule Why aren't there these two methods? ### Motivation I think these methods are very useful. for example, putting the results of each batch together.