Skip to content

Releases: ancestor-mithril/bs-scheduler

1.0.0

06 Dec 10:31
Compare
Choose a tag to compare

What's Changed

  • Moved Batch Size Managers into a separate file in #17
  • Breaking change for IncreaseBSOnPlateau in #19
    • Changed IncreaseBSOnPlateau to receive 'metrics' kwargs instead of 'metric', to be identical to ReduceLROnPlateau.
  • Changing initialization of max_batch_size in #20
    • Previous behavior: If max_batch_size is None or greater than the dataset length, it is set to the dataset length.
    • Current behavior: If max_batch_size is None, it is set to the dataset length + 1, if the dataset has a length. Otherwise, it is set to 1.
  • Updated BSScheduler base class to accept schedulers not depending on DataLoader in #21
  • Updated documentation, tutorials and tests.

Full Changelog: 0.5.1...1.0.0

0.5.1

16 Sep 09:03
8d7adbe
Compare
Choose a tag to compare

BugFix release

What's Changed

  • Updated README and extended documentation in #14
  • Fixed bug with setuptools in #15

Full Changelog: 0.5.0...0.5.1

0.5.0

03 Sep 14:46
f72a48d
Compare
Choose a tag to compare

What's Changed

  • Changing Development Status from Beta to Stable.
  • Changed repository name to bs-scheduler and updated references, README.md and the documentation.

Full Changelog: 0.4.2...0.5.0

0.4.2

05 Jun 12:38
11be404
Compare
Choose a tag to compare

What's Changed

  • Fixing ExponentialBS rounding errors for small gamma in #13

Full Changelog: 0.4.1...0.4.2

0.4.1

05 Jun 09:43
369f4e5
Compare
Choose a tag to compare

What's Changed

  • Fixing PolynomialBS policy implementation in #12.

Full Changelog: 0.4.0...0.4.1

0.4.0

29 Apr 09:29
Compare
Choose a tag to compare