You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was training, I encountered the following error:
pytorch_lightning.utilities.exceptions.MisconfigurationException: No test_step() method defined to
It seems like the training has been completed, but there is no way to test it.What should I do? DoI need to modify the code?
I also want to know if the training data and test data are the same during training? Run command only have --data_root.
Thank a lot!
The text was updated successfully, but these errors were encountered:
When I was training, I encountered the following error:
pytorch_lightning.utilities.exceptions.MisconfigurationException: No
test_step()
method defined toIt seems like the training has been completed, but there is no way to test it.What should I do? DoI need to modify the code?
I also want to know if the training data and test data are the same during training? Run command only have --data_root.
Thank a lot!
The text was updated successfully, but these errors were encountered: