Skip to content

Version 0.2.2

Compare
Choose a tag to compare
@ethanwharris ethanwharris released this 18 Sep 07:24

[0.2.2] - 2018-09-18

Added

  • The default_for_key metric decorator can now be used to pass arguments to the init of the inner metric
  • The default metric for the key 'top_10_acc' is now the TopKCategoricalAccuracy metric with k set to 10
  • Added global verbose flag for trial that can be overridden by run, evaluate, predict
  • Added an LR metric which retrieves the current learning rate from the optimizer, default for key 'lr'

Fixed

  • Fixed a bug where the DefaultAccuracy metric would not put the inner metric in eval mode if the first call to reset was after the call to eval
  • Fixed a bug where trying to load a state dict in a different session to where it was saved didn't work properly
  • Fixed a bug where the empty criterion would trigger an error if no Y_TRUE was put in state