Hi,
I implemented autoencoder from ‘Lightning in 2 steps’ on Colab. I am getting an error No training_step() method defined though I have the training_step() defined. What is the issue.
Below is my code for the Lightnig Module:
Hi,
I want the train and valid losses foe each epoch updates alongwith the progressbar. The valid_loss seem to update only once after the first epoch and then its value does not change. The Colab notebook is attached.
Hi, Tried the same solution for my code as well, but getting the same error. Please help with this. MisconfigurationException : No training_step() method defined. Lightning Trainer expects as minimum a training_step(), train_dataloader() and configure_optimizers() to be defined.