fairseq/tests
Myle Ott 6641520612
fairseq-py goes distributed (#106)
This PR includes breaking API changes to modularize fairseq-py and adds support for distributed training across multiple nodes.

Changes:
- c7033ef: add support for distributed training! See updated README for usage.
- e016299: modularize fairseq-py, adding support for register_model, register_criterion, register_optimizer, etc.
- 154e440: update LSTM implementation to use PackedSequence objects in the encoder, better following best practices and improving perf
- 90c2973 and 1da6265: improve unit test coverage
2018-02-27 17:09:42 -05:00
..
__init__.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00
test_binaries.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00
test_convtbc.py Refactor model definitions 2017-11-08 07:59:22 -07:00
test_label_smoothing.py Rename LabelSmoothedCrossEntropy to LabelSmoothedNLLLoss 2017-11-08 08:01:31 -07:00
test_sequence_generator.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00
test_sequence_scorer.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00
test_utils.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00
utils.py fairseq-py goes distributed (#106) 2018-02-27 17:09:42 -05:00