Releases: ancestor-mithril/bs-scheduler
Releases · ancestor-mithril/bs-scheduler
1.0.0
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
isNone
or greater than the dataset length, it is set to the dataset length. - Current behavior: If
max_batch_size
isNone
, it is set to the dataset length + 1, if the dataset has a length. Otherwise, it is set to 1.
- Previous behavior: If
- 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
0.5.0
What's Changed
- Changing
Development Status
fromBeta
toStable
. - 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
What's Changed
- Fixing
ExponentialBS
rounding errors for smallgamma
in #13
Full Changelog: 0.4.1...0.4.2
0.4.1
0.4.0
First release
Full Changelog: https://github.com/ancestor-mithril/bs_scheduler/commits/0.4.0