Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@jkoutsikakis jkoutsikakis released this 09 Feb 02:30
· 5 commits to master since this release

New features:

  • support multi-gpu prediction and evaluation
  • verbose argument in system's methods
  • CI/CD with travis

Breaking Changes:

  • SequenceLabelingGenericPointWiseLossWrapper renamed to TokenLabelingGenericPointWiseLossWrapper
  • SequenceLabelingEvaluatorWrapper renamed to TokenLabelingEvaluatorWrapper

Bug Fixes:

  • system's train_on_multi_gpus returns results history like train

New Examples:

  • BERT for text classification
  • ordered sampling for faster training