Myle Ott
72a25a4e52
Rename optimization.min_lr -> optimization.stop_min_lr ( #1486 )
...
Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/1486
Test Plan: Imported from OSS
Reviewed By: alexeib
Differential Revision: D25342181
Pulled By: myleott
fbshipit-source-id: 7d1cfb26334fff26d688648724ab073e5fb956f5
2020-12-05 07:37:51 -08:00
Myle Ott
4df4d0af8d
Add missing --optimizer
option to tutorial docs ( fixes #2830 ) ( #1485 )
...
Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/1485
Test Plan: Imported from OSS
Reviewed By: alexeib
Differential Revision: D25342182
Pulled By: myleott
fbshipit-source-id: 7eb2a4b2b7377da31d4f538053cc196437532db0
2020-12-05 07:37:50 -08:00
Myle Ott
1bc83c703a
Misc fixes ( #2786 )
...
Summary:
- Rename type -> key in fairseq/tasks/sentence_prediction.py (fixes https://github.com/pytorch/fairseq/issues/2746 )
- Update preprocessing docs (fixes https://github.com/pytorch/fairseq/issues/2565 )
- Turn off logging in test_fp16_optimizer.TestGradientScaling
- Documentation updates
- Remove some unused code
- Fix noisychannel example (fixes https://github.com/pytorch/fairseq/issues/2213 )
Pull Request resolved: https://github.com/pytorch/fairseq/pull/2786
Reviewed By: shruti-bh
Differential Revision: D24515146
Pulled By: myleott
fbshipit-source-id: 86b0f5516c57610fdca801c60e58158ef052fc3a
2020-10-27 11:26:07 -07:00
Myle Ott
adbd89fd4b
Misc fixes ( #2492 )
...
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/2492
Reviewed By: ngoyal2707
Differential Revision: D23177728
Pulled By: myleott
fbshipit-source-id: 32424f61cab57f759f87e16e8d5144d3eed5ae36
2020-08-20 06:42:10 -07:00
Myle Ott
9831634946
Misc fixes ( #2448 )
...
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/2448
Reviewed By: ngoyal2707
Differential Revision: D23011193
Pulled By: myleott
fbshipit-source-id: 1a29481707108e4465aca78ec1581fb79f05efba
2020-08-14 10:24:51 -07:00
Myle Ott
be3515b289
More fully deprecate --raw-text and --lazy-load ( fixes #1488 )
...
Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/947
Differential Revision: D19084273
Pulled By: myleott
fbshipit-source-id: de80d9abfac8e3d813a9c9b343b41327c500344e
2019-12-16 17:22:11 -08:00
Kevin
13d9e2baf8
Fix changes of file locations of subword-nmt ( #1219 )
...
Summary:
Solves https://github.com/pytorch/fairseq/issues/1218 .
Pull Request resolved: https://github.com/pytorch/fairseq/pull/1219
Differential Revision: D18339541
Pulled By: myleott
fbshipit-source-id: 6d5bd7b60fa7fd30c038fdad54591343a01f228b
2019-11-07 09:08:29 -08:00
Zhanghao Wu
2314979ea5
Update getting_started.rst ( #1188 )
...
Summary:
Hi,
I think there is a minor mistake in the doc. `--distributed-no-spawn` argument is needed for distributed training on multiple machines without `slurm`. Otherwise, the program will start 8 jobs on each GPU, when `nproc_per_node=8`.
Pull Request resolved: https://github.com/pytorch/fairseq/pull/1188
Differential Revision: D17627778
Pulled By: myleott
fbshipit-source-id: 35ab6b650dc1132d7cb2d150e80d2ebf0caf3e69
2019-09-27 07:27:28 -07:00
Myle Ott
8af5554269
Improve interactive generation (support --tokenizer and --bpe)
...
Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/734
Differential Revision: D16377044
Pulled By: myleott
fbshipit-source-id: 37d5553d76aa7c653113fec089f59710281c31d7
2019-07-19 06:45:18 -07:00
Myle Ott
fbd4cef9a5
Add fairseq to PyPI ( #495 )
...
Summary:
- fairseq can now be installed via pip: `pip install fairseq`
- command-line tools are globally accessible: `fairseq-preprocess`, `fairseq-train`, `fairseq-generate`, etc.
Pull Request resolved: https://github.com/pytorch/fairseq/pull/495
Differential Revision: D14017761
Pulled By: myleott
fbshipit-source-id: 10c9f6634a3056074eac2f33324b4f1f404d4235
2019-02-08 22:03:29 -08:00
Myle Ott
b41c74dc5b
Add code for "Pay Less Attention with Lightweight and Dynamic Convolutions" ( #473 )
...
Summary:
Changelog:
- `e330f56`: Add code for the "Pay Less Attention with Lightweight and Dynamic Convolutions" paper
- `5e3b98c`: Add scripts for computing tokenized BLEU with compound splitting and sacrebleu
- update READMEs
- misc fixes
Pull Request resolved: https://github.com/pytorch/fairseq/pull/473
Differential Revision: D13819717
Pulled By: myleott
fbshipit-source-id: f2dc12ea89a436b950cafec3593ed1b04af808e9
2019-01-25 15:40:26 -08:00
Myle Ott
14bd9c62a3
Update docs for --lazy-load and torch.distributed.launch
...
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/433
Differential Revision: D13588032
Pulled By: myleott
fbshipit-source-id: 0e5ff361e27b206c4490264f0f51863367499e81
2019-01-07 15:28:09 -08:00
Myle Ott
7633129ba8
Merge internal changes ( #283 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/translate/pull/283
Pull Request resolved: https://github.com/pytorch/fairseq/pull/428
Differential Revision: D13564190
Pulled By: myleott
fbshipit-source-id: 3b62282d7069c288f5bdd1dd2c120788cee4abb5
2019-01-04 20:03:19 -08:00
Sergey Edunov
fe2d1581a4
Fix docs
2018-09-17 22:34:17 -07:00
Myle Ott
6381cc977f
Add documentation
2018-09-03 19:15:23 -04:00