Releases: ChenchaoZhao/TorchLiter
Releases · ChenchaoZhao/TorchLiter
Fixed engine kwarg bug
- Allow use to pass kwargs in engine call to step functions
- Removed
VectorSmootherBuffer
Minor optimization
- Use memory location instead of hash digest to perform autologging
What's Changed
- Replace hash by ID by @ChenchaoZhao in #12
Full Changelog: 0.3.2...0.3.3
Auto logging
- Added the functionality to auto log the factory function calls
- Removed old
Automated
class
more refactoring and simplification
- Make event handlers smarter
- Handle train eval and lambda stubs differently
- Added default handlers
- Add auto parser to Cart class
Introduced AutoEngine
- Deprecated Automated Engine class
- Introduced AutoEngine, Cart helper class
- Other improvements
Improved docs
Added doc to main classes
Full Changelog: 0.2.2...0.2.3
fix event handler bug
0.2.2 bump
Auto configured trainer engine with attachable event handlers
- Event handler classes
- Engine with event handling capability
test-auto-release
- remove
between_iterations
- add
before_iteration
- add
after_iteration
0.1.7
- Added
engine.Automated
- Added exponential moving average buffer class