Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@ethanwharris ethanwharris released this 11 Sep 13:56

[0.2.1] - 2018-09-11

Added

  • Evaluation and prediction can now be done on any data using data_key keywork arg
  • Text tensorboard/visdom logger that writes epoch/batch metrics to text

Changed

  • TensorboardX, Numpy, Scikit-learn and Scipy are no longer dependancies and only required if using the tensorboard callbacks or roc metric

Deprecated

Removed

Fixed

  • Model class setting generator incorrectly leading to stop iterations.
  • Argument ordering is consistent in Trial.with_generators and Trial.__init__
  • Added a state dict for the early stopping callback
  • Fixed visdom parameters not getting set in some cases