baal-org / baal

Bayesian active learning library for research and industrial usecases.
https://baal.readthedocs.io
Apache License 2.0
854 stars 84 forks source link

added setting to skip x epochs when using train_and_test_on_datasets #258

Closed BartvanMarrewijk closed 1 year ago

BartvanMarrewijk commented 1 year ago

Summary:

For training it is not desirable to test at every epoch. This simple update solves this issue. By using a skip_epochs option in train_and_test_on_datasets

Checklist: