Pytorch Lightning run is marked as finished after .fit loop #3132
Labels
area / integrations
Issue area: integrations with other tools and libs
area / SDK-storage
Issue area: SDK and storage related issues
phase / ready-to-go
Issue phase: issues that are merged and will be included in the upcoming release
type / bug
Issue type: something isn't working
Milestone
🐛 Bug
When using the pytorch lightning aim logger, a run will be marked as finished after the fit loop, ignoring the test loop and any metric logged there.
Expected behavior
The logger should mark the run as finished only on exit, after testing loop and any other additional logging.
Environment
The text was updated successfully, but these errors were encountered: