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
I think this bug was introduced in #992 when I switched from catching AttributeError to ValueError. Our datamodules check to see whether or not a plot method is defined, but our trainers don't check to see whether or not a real figure was returned.
The fix is easy (either check the return values or catch more exceptions) but the thing holding this up is a test that prevents this issue. @gtgrp-user if you can provide a MWE to reproduce this or figure out how to get the tests to fail that will make my life easier.
Discussed in #1487
Originally posted by gtgrp-user July 19, 2023
I encountered the following error while training a semantic segmentation model using a GeoDataModule.
Constants used for the training:
Creating the semantic segmentation task and appropriate trainer
Error encountered in this method
Stack trace:
The text was updated successfully, but these errors were encountered: