This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 802
RNNGJit #597
Closed
seayoung1112
wants to merge
2
commits into
facebookresearch:master
from
seayoung1112:export-D15001036
Closed
RNNGJit #597
seayoung1112
wants to merge
2
commits into
facebookresearch:master
from
seayoung1112:export-D15001036
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
facebook-github-bot
added
the
CLA Signed
Do not delete this pull request or issue due to inactivity.
label
May 16, 2019
seayoung1112
force-pushed
the
export-D15001036
branch
from
May 24, 2019 09:08
fceec06
to
6081923
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
May 24, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: adde3e8a94a08fa9bc1cae92d186249a5cf14b3a
seayoung1112
force-pushed
the
export-D15001036
branch
from
May 24, 2019 17:59
6081923
to
543925c
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
May 24, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: fddac1d85dd9c1725d3b6fe8d20ca0146d0c9755
seayoung1112
force-pushed
the
export-D15001036
branch
from
May 24, 2019 18:10
543925c
to
4f489ef
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
May 24, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: 03470349aeffc0044aec51dd7491f399d879dd8b
seayoung1112
force-pushed
the
export-D15001036
branch
from
May 24, 2019 22:33
4f489ef
to
1743f6a
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
May 24, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: 8893a6cadc341da8d2c3f8203441c51a61a829ff
seayoung1112
force-pushed
the
export-D15001036
branch
from
May 30, 2019 23:25
1743f6a
to
665fcfe
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
May 30, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: f1f278fe3b84733a965a738fe2f148a9c2c8133e
seayoung1112
force-pushed
the
export-D15001036
branch
from
June 5, 2019 04:46
665fcfe
to
358ecec
Compare
seayoung1112
added a commit
to seayoung1112/pytext-1
that referenced
this pull request
Jun 5, 2019
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: 173246fc0386282e804b6df9aae333135d57f6f2
Summary: make torch nightly as dependency because some of the latest TorchScript features are required for JIT models Differential Revision: D15675568 fbshipit-source-id: 770569bf44c50002ed1403ccbc010c08fdebebba
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: 6316c536cd262b2c51f4df1291644b26c53176b8
seayoung1112
force-pushed
the
export-D15001036
branch
from
June 5, 2019 21:11
358ecec
to
bd6c2ae
Compare
This pull request has been merged in 83d98cf. |
snisarg
pushed a commit
to snisarg/pytext
that referenced
this pull request
Jul 13, 2019
Summary: Pull Request resolved: facebookresearch/fairseq#597 Pull Request resolved: facebookresearch#424 Fixes two issues: 1. the new Layernorm has issues in exporting 2. fix tensorboard writing by using the "RAW" operator_export_type Differential Revision: D14610694 fbshipit-source-id: 1b859f54c571a90766128ab28539a9901375c3e6
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary: RNNG model using JIT, e2e works in training time now
Differential Revision: D15001036