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
Some users would like to train models with only normal images available, see #192 for example. Our current data classes do not support this and always expect a folder of anomalous images to be provided for evaluation purposes. I feel it would be good to add support for training without evaluation.
Modify FolderDataModule to handle null paths.
Modify Trainer configs not to run validation
The text was updated successfully, but these errors were encountered:
Some users would like to train models with only normal images available, see #192 for example. Our current data classes do not support this and always expect a folder of anomalous images to be provided for evaluation purposes. I feel it would be good to add support for training without evaluation.
FolderDataModule
to handle null paths.Trainer
configs not to run validationThe text was updated successfully, but these errors were encountered: