-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.8.0 -> v0.9.0 #1452
Closed
v0.8.0 -> v0.9.0 #1452
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@myleott has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
moussaKam
pushed a commit
to moussaKam/language-adaptive-pretraining
that referenced
this pull request
Sep 29, 2020
Summary: Possibly breaking changes: - Set global numpy seed (4a7cd58) - Split `in_proj_weight` into separate k, v, q projections in MultiheadAttention (fdf4c3e) - TransformerEncoder returns namedtuples instead of dict (27568a7) New features: - Add `--fast-stat-sync` option (e1ba32a) - Add `--empty-cache-freq` option (315c463) - Support criterions with parameters (ba5f829) New papers: - Simple and Effective Noisy Channel Modeling for Neural Machine Translation (49177c9) - Levenshtein Transformer (86857a5, ...) - Cross+Self-Attention for Transformer Models (4ac2c5f) - Jointly Learning to Align and Translate with Transformer Models (1c66792) - Reducing Transformer Depth on Demand with Structured Dropout (dabbef4) - Unsupervised Cross-lingual Representation Learning at Scale (XLM-RoBERTa) (e23e5ea) - BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension (a92bcda) - CamemBERT: a French BERT (b31849a) Speed improvements: - Add CUDA kernels for LightConv and DynamicConv (f840564) - Cythonization of various dataloading components (4fc3953, ...) - Don't project mask tokens for MLM training (718677e) Pull Request resolved: facebookresearch#1452 Differential Revision: D18798409 Pulled By: myleott fbshipit-source-id: 860a0d5aaf7377c8c9bd63cdb3b33d464f0e1727
facebook-github-bot
pushed a commit
that referenced
this pull request
Nov 20, 2020
Summary: Pull Request resolved: fairinternal/fairseq-py#1452 Test Plan: Imported from OSS Reviewed By: lematt1991 Differential Revision: D25108462 Pulled By: myleott fbshipit-source-id: 3c17a9937a4c3edb69f64130dfd866c5f42a4aaf
yzpang
pushed a commit
to yzpang/gold-off-policy-text-gen-iclr21
that referenced
this pull request
Feb 19, 2021
Summary: Possibly breaking changes: - Set global numpy seed (4a7cd58) - Split `in_proj_weight` into separate k, v, q projections in MultiheadAttention (fdf4c3e) - TransformerEncoder returns namedtuples instead of dict (27568a7) New features: - Add `--fast-stat-sync` option (e1ba32a) - Add `--empty-cache-freq` option (315c463) - Support criterions with parameters (ba5f829) New papers: - Simple and Effective Noisy Channel Modeling for Neural Machine Translation (49177c9) - Levenshtein Transformer (86857a5, ...) - Cross+Self-Attention for Transformer Models (4ac2c5f) - Jointly Learning to Align and Translate with Transformer Models (1c66792) - Reducing Transformer Depth on Demand with Structured Dropout (dabbef4) - Unsupervised Cross-lingual Representation Learning at Scale (XLM-RoBERTa) (e23e5ea) - BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension (a92bcda) - CamemBERT: a French BERT (b31849a) Speed improvements: - Add CUDA kernels for LightConv and DynamicConv (f840564) - Cythonization of various dataloading components (4fc3953, ...) - Don't project mask tokens for MLM training (718677e) Pull Request resolved: facebookresearch/fairseq#1452 Differential Revision: D18798409 Pulled By: myleott fbshipit-source-id: 860a0d5aaf7377c8c9bd63cdb3b33d464f0e1727
yzpang
pushed a commit
to yzpang/gold-off-policy-text-gen-iclr21
that referenced
this pull request
Feb 19, 2021
Summary: Possibly breaking changes: - Set global numpy seed (4a7cd58) - Split `in_proj_weight` into separate k, v, q projections in MultiheadAttention (fdf4c3e) - TransformerEncoder returns namedtuples instead of dict (27568a7) New features: - Add `--fast-stat-sync` option (e1ba32a) - Add `--empty-cache-freq` option (315c463) - Support criterions with parameters (ba5f829) New papers: - Simple and Effective Noisy Channel Modeling for Neural Machine Translation (49177c9) - Levenshtein Transformer (86857a5, ...) - Cross+Self-Attention for Transformer Models (4ac2c5f) - Jointly Learning to Align and Translate with Transformer Models (1c66792) - Reducing Transformer Depth on Demand with Structured Dropout (dabbef4) - Unsupervised Cross-lingual Representation Learning at Scale (XLM-RoBERTa) (e23e5ea) - BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension (a92bcda) - CamemBERT: a French BERT (b31849a) Speed improvements: - Add CUDA kernels for LightConv and DynamicConv (f840564) - Cythonization of various dataloading components (4fc3953, ...) - Don't project mask tokens for MLM training (718677e) Pull Request resolved: facebookresearch/fairseq#1452 Differential Revision: D18798409 Pulled By: myleott fbshipit-source-id: 860a0d5aaf7377c8c9bd63cdb3b33d464f0e1727
sshleifer
pushed a commit
that referenced
this pull request
Apr 7, 2021
Summary: Pull Request resolved: fairinternal/fairseq-py#1452 Test Plan: Imported from OSS Reviewed By: lematt1991 Differential Revision: D25108462 Pulled By: myleott fbshipit-source-id: 3c17a9937a4c3edb69f64130dfd866c5f42a4aaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Possibly breaking changes:
in_proj_weight
into separate k, v, q projections in MultiheadAttention (fdf4c3e)New features:
--fast-stat-sync
option (e1ba32a)--empty-cache-freq
option (315c463)New papers:
Speed improvements: