Skip to content

v0.6.0

Compare
Choose a tag to compare
@thammegowda thammegowda released this 21 Oct 21:56
· 198 commits to master since this release
  • Redesign of registry; using decorators to register all modules

  • optim block is split into optimizer schedule and criterion; as a result,

    • this version is not backward compatible with prior versions Refer to migration guide
    • Migration instruction: https://isi-nlp.github.io/rtg/v0.6.0/#migrate-to-0_6
    • NoamOpt replaced with ScheduledOptimizer which takes scheduler and optimizer objects which are independently configurable from conf.yml
  • Transformer sequence classification model: tfmcls, supports initialization from pretrained NMT (picks encoder layers, source embeddings, and source vocabs from NMT experiment)