Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Commit History
Message Author SHA1 Date
Add FP16 support   Myle Ott 6 years ago
More improvements to weight init and FP16 support   Myle Ott 6 years ago
Merge internal changes (#163)   Myle Ott 6 years ago
Flake8   Myle Ott 6 years ago
Add pretrained embedding support (#151)   Sai 6 years ago
Merge internal changes (#136)   Myle Ott 6 years ago
More updates for PyTorch (#114)   Myle Ott 6 years ago
Making our code compatible with the latest pytorch (#223)   Sergey Edunov 6 years ago
Refactor incremental generation to be more explicit and less magical (#222)   Myle Ott 6 years ago
fairseq-py goes distributed (#106)   Myle Ott 6 years ago
Fix tests   Myle Ott 6 years ago
Share input/output embed   Sergey Edunov 6 years ago
Better support for torch.no_grad (since volatile is deprecated)   Myle Ott 6 years ago
Fix training   Myle Ott 6 years ago
Fix warning about deprecated `volatile` kwarg for Variables   Myle Ott 6 years ago
Streamline data formatting utils   Myle Ott 6 years ago
Support deprecation of volatile Variables in latest PyTorch   Myle Ott 6 years ago
Minor fix for strip_pad functions   Myle Ott 6 years ago
Rebuild optimizer when loading checkpoints   Myle Ott 6 years ago
Fix weight norm dimension in decoder (fixes #73)   Myle Ott 6 years ago
Improve error when resuming training with a different model architecture   Myle Ott 6 years ago
Remove more Python 3.6 format strings (fixes #57) (#58)   Myle Ott 6 years ago
Fallback to `--log-format=simple` for non-TTY terminals   Myle Ott 6 years ago
Merge pull request #54: Version 0.1.0 -> 0.2.0   Myle Ott 6 years ago
Add `--log-format` option and JSON logger   Myle Ott 6 years ago
Only save most recent optimizer state in checkpoints (#53)   Myle Ott 6 years ago
Replace unk with original string   Louis Martin 6 years ago
Add --max-sentence option for batching based on # sentences   Myle Ott 6 years ago
Fix interactive.py   Myle Ott 6 years ago
Left pad source and right pad target   Myle Ott 6 years ago