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
Many unit tests for the "core" functions that correspond to the CLI commands are slow, e.g. for vak.train.frame_classification.train_frame_classification_model. This is because they actually run the trainer on the model class.
We should if possible speed these up by using mocks
We should then have separate unit tests for the classes themselves that test they train / eval / predict as expected
The text was updated successfully, but these errors were encountered:
Many unit tests for the "core" functions that correspond to the CLI commands are slow, e.g. for
vak.train.frame_classification.train_frame_classification_model
. This is because they actually run the trainer on the model class.The text was updated successfully, but these errors were encountered: