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

Commit

Permalink
Add mentioning of mixed precision training support (#643)
Browse files Browse the repository at this point in the history
Summary:
Add documentation to highlight support for mixed precision training (#611)
Pull Request resolved: #643

Differential Revision: D16770127

Pulled By: Titousensei

fbshipit-source-id: 9265f2621d1e76c6b35735aa0b18e6c704fbe1a4
  • Loading branch information
khoa-ho authored and facebook-github-bot committed Sep 24, 2019
1 parent e715854 commit 6ea5ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PyText is a deep-learning based NLP modeling framework built on PyTorch. PyText
- [Zhang et al. (2016): A Joint Model of Intent Determination and Slot Filling for Spoken Language Understanding](https://www.ijcai.org/Proceedings/16/Papers/425.pdf)
- Contextual intent-slot models
- Distributed-training support built on the new C10d backend in PyTorch 1.0
- Mixed precision training support through [APEX](https://github.com/NVIDIA/apex) (trains faster with less GPU memory on [NVIDIA Tensor Cores](https://developer.nvidia.com/tensor-cores))
- Extensible components that allows easy creation of new models and tasks
- Reference implementation and a pretrained model for the paper: [Gupta et al. (2018): Semantic Parsing for Task Oriented Dialog using Hierarchical Representations](http://aclweb.org/anthology/D18-1300)
- Ensemble training support
Expand Down

0 comments on commit 6ea5ce5

Please sign in to comment.