braindecode.training.CroppedTimeSeriesEpochScoring¶
- class braindecode.training.CroppedTimeSeriesEpochScoring(scoring, lower_is_better=True, on_train=False, name=None, target_extractor=<function to_numpy>, use_caching=True)¶
Class to compute scores for trials from a model that predicts (super)crops with time series target.
Methods
- on_epoch_end(net, dataset_train, dataset_valid, **kwargs)¶
Called at the end of each epoch.