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

Commit

Permalink
Updates to Changelog and Setup.py for 0.1.4 (#270)
Browse files Browse the repository at this point in the history
Summary:
Added to the CHANGELOG with new stuff in 0.1.4, there were a lot of diffs so I tried to pick the notable ones.
Pull Request resolved: #270

Reviewed By: snisarg, bethebunny

Differential Revision: D13975988

Pulled By: m3rlin45

fbshipit-source-id: bb2d9105afd682d485856fbe62c543df59b3fe2f
  • Loading branch information
m3rlin45 authored and facebook-github-bot committed Feb 6, 2019
1 parent 38df626 commit f5af675
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.1.4
**New Stuff**
- 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


## v0.1.3
- Remove epoch_size param from DisjointMultitask, use target_task (or shortest) to set epoch_size

## v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="pytext-nlp",
version="0.1.3",
version="0.1.4",
description="pytorch modeling framework and model zoo for text models",
url="https://github.com/facebookresearch/PyText",
author="Facebook",
Expand Down

0 comments on commit f5af675

Please sign in to comment.