Skip to content

v1.5

Compare
Choose a tag to compare
@freud14 freud14 released this 22 May 14:42
· 207 commits to stable since this release
  • Add LambdaCallback to more easily define a callback from lambdas or functions.
  • In Jupyter Notebooks, when coloring is enabled, the print rate of progress output is limited to one output every 0.1 seconds. This solves the slowness problem (and the memory problem on Firefox) when there is a great number of steps per epoch.
  • Add return_dict_format argument to train_on_batch and evaluate_on_batch and allows to return predictions and ground truths in evaluate_* even when return_dict_format=True. Furthermore, Experiment.test* now support return_pred=True and return_ground_truth=True.
  • Split Tips and Tricks example into two examples: Tips and Tricks and Sequence Tagging With an RNN.