v1.6.2
What's new
Added π
- Added option to disable
GarbageCollectorCallback, not that you'd want to do this usually, but I needed to run an experiment to show how important that callback is.
Fixed β
- Fixed a bug where some default callbacks could be added twice if given a different name by the user.
- Fixed a bug where some
Trainerbookkeeping tasks may not complete before.fit()returns.
Commits
2384472 (chore) prepare for release v1.6.2
f721fa1 Ensure all bookkeeping tasks complete (#85)
26a2c63 Some callback improvements (#84)