Skip to content

v1.0.5

Choose a tag to compare

@kisonho kisonho released this 09 Aug 21:45
· 801 commits to main since this release

Updates:

  • Managers now perform to torchmanager_core.devices.DeviceMovable and train.StateDictLoadable protocol
  • Save weights only now supports any kind of objects that perform to StateDictLoadable protocol
  • EarlyStop callback implementation to stop the training when monitored metrics not improvement for several epochs
  • Loss now supports weight coefficient value
  • Performance improved for multi-GPUs running
  • Minor bugs fixed