Skip to content

Version 0.2.4

Compare
Choose a tag to compare
@ethanwharris ethanwharris released this 16 Nov 14:01

[0.2.4] - 2018-11-16

Added

  • Added metric functionality to state keys so that they can be used as metrics if desired
  • Added customizable precision to the printer callbacks
  • Added threshold to binary accuracy. Now it will appropriately handle any values in [0, 1]

Changed

  • Changed the default printer precision to 4s.f.
  • Tqdm on_epoch now shows metrics immediately when resuming

Deprecated

Removed

Fixed

  • Fixed a bug which would incorrectly trigger version warnings when loading in models
  • Fixed bugs where the Trial would not fail gracefully if required objects were not in state
  • Fixed a bug where none criterion didn't work with the add_to_loss callback
  • Fixed a bug where tqdm on_epoch always started at 0