pytext v0.1.4 Release Notes

Release Date: 2019-02-07 // about 5 years ago
  • 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