Skip to content

Releases: ChenchaoZhao/TorchLiter

Fixed engine kwarg bug

25 Dec 23:12
Compare
Choose a tag to compare
  • Allow use to pass kwargs in engine call to step functions
  • Removed VectorSmootherBuffer

Minor optimization

17 Oct 03:46
e6e5411
Compare
Choose a tag to compare
  • Use memory location instead of hash digest to perform autologging

What's Changed

Full Changelog: 0.3.2...0.3.3

Auto logging

29 Aug 15:43
f70ce88
Compare
Choose a tag to compare
  • Added the functionality to auto log the factory function calls
  • Removed old Automated class

more refactoring and simplification

25 Aug 22:25
Compare
Choose a tag to compare
  • Make event handlers smarter
    • Handle train eval and lambda stubs differently
    • Added default handlers
  • Add auto parser to Cart class

Introduced AutoEngine

25 Aug 03:28
Compare
Choose a tag to compare
  • Deprecated Automated Engine class
  • Introduced AutoEngine, Cart helper class
  • Other improvements

Improved docs

19 Jan 09:38
20c7972
Compare
Choose a tag to compare

Added doc to main classes
Full Changelog: 0.2.2...0.2.3

fix event handler bug

03 Aug 20:26
21b92f9
Compare
Choose a tag to compare

Auto configured trainer engine with attachable event handlers

22 Jun 05:55
Compare
Choose a tag to compare
  • Event handler classes
  • Engine with event handling capability

test-auto-release

20 Jun 03:33
bce3fb3
Compare
Choose a tag to compare
  • remove between_iterations
  • add before_iteration
  • add after_iteration

0.1.7

19 Jun 01:46
8ddeb5b
Compare
Choose a tag to compare
  • Added engine.Automated
  • Added exponential moving average buffer class