Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

PyText v0.1.4

Compare
Choose a tag to compare
@m3rlin45 m3rlin45 released this 07 Feb 00:36

v0.1.4

New Stuff

  • Used pip freeze to pin all dependency versions as part of release, should increase stability
  • Refactor Metric Reporters to reduce coupling
  • RNNG Improvements:
    • Support Pretrained embeddings in RNNG
    • Support GPU Training
    • More Test Coverage
    • Tensorboard Support
  • Added QueryDocumentPairwiseRankingModel
  • Distributed Training Improvments:
    • Sharded Data Loading to reduce memory consumption
    • Fix Several issues with race conditions and unserializable state
  • Reduced GPU memory Consumption by skipping gradient computation on evaluation

And lots of bug fixes

Known Issues

PyText doesn't work with the new ONNX v1.4.0, so we have pinned it to 1.3.0 for now