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
Hi, I want to do a sanity check to a LightningModule, in the previous version 1.3.8 everything works fine with the following code, but with the latest version 1.4.5, the test fails because of trainer is NoneType, I do not want to create a whole trainer just to assert some properties of my model.
🐛 Bug
Hi, I want to do a sanity check to a LightningModule, in the previous version 1.3.8 everything works fine with the following code, but with the latest version 1.4.5, the test fails because of trainer is
NoneType
, I do not want to create a whole trainer just to assert some properties of my model.To Reproduce
Expected behavior
the code should return a scalar loss instead of
Environment
Additional context
The text was updated successfully, but these errors were encountered: