Skip to content

v1.9

Compare
Choose a tag to compare
@freud14 freud14 released this 18 Feb 22:48
· 106 commits to master since this release
e6ebf85
  • Add support for TorchMetrics metrics.
  • Experiment is now an alias for ModelBundle, a class quite similar to Experiment except that it allows to instantiate an "Experiment" from a Poutyne Model or a network.
  • Add support for PackedSequence.
  • Add flag to TensorBoardLogger to allow to put training and validation metrics in different graphs. This allow to have a behavior closer to Keras.
  • Add support for fscore on binary classification.
  • Add convert_to_numpy flag to be able to obtain tensors instead of NumPy arrays in evaluate* and predict*.