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
Regularize handling of dense features #1447
Open
mikekgfb
wants to merge
9
commits into
facebookresearch:main
Choose a base branch
from
mikekgfb:export-D23502163
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
CLA Signed
Do not delete this pull request or issue due to inactivity.
fb-exported
labels
Sep 3, 2020
This pull request was exported from Phabricator. Differential Revision: D23502163 |
mikekgfb
pushed a commit
to mikekgfb/pytext
that referenced
this pull request
Sep 3, 2020
Summary: Pull Request resolved: facebookresearch#1447 Regularize handling of dense features Differential Revision: D23502163 fbshipit-source-id: 8657c38da27bfb2f6561ed0ba0b1f7417f29c36e
mikekgfb
force-pushed
the
export-D23502163
branch
from
September 3, 2020 17:16
02be8cb
to
cc9abc6
Compare
This pull request was exported from Phabricator. Differential Revision: D23502163 |
Summary: Revert regression: jit.trace(model,inouts) -> mode.trace(inputs) Differential Revision: D23484256 fbshipit-source-id: 6d37f216f994e4c13b0786b17ca3f883f5cf958c
Summary: Transition export options into **kwargs Transition growing number of export options into a keyword args list, for readability, maintenance and robustness Differential Revision: D23485372 fbshipit-source-id: 3a2dcedfc00d42f73e6505e019fa01153e379683
Summary: Add padding to tensorizer. Differential Revision: D23380763 fbshipit-source-id: bb120090b8948dfa68af2dd13f7e9ebfe8a0449b
Summary: Add Batching for Variable Sized Embedding Module Differential Revision: D23485703 fbshipit-source-id: 94c684a20ad208f77c0ba4b5241a80002e0c85ba
Summary: Update documentation Differential Revision: D23486036 fbshipit-source-id: 4e21a509a0439e936cee679d8cdaa7e20254e0bc
Summary: Add batch optimization to ScriptPyTextEmbeddingModule for textray model to support batch optimization out of box Differential Revision: D23415981 fbshipit-source-id: 0fb8de485fa108a6c37c8a392f73b2230e4f1135
Summary: Add freezing support for make_prediction and make_batch Differential Revision: D23486865 fbshipit-source-id: 80511ee6f23ba025ebaeebd48997d44000e23e21
Summary: Prevent from changing the interface specification once set. Differential Revision: D23502188 fbshipit-source-id: b21a8e53bb265a001e7a2772afee64a10e3d2c6e
Summary: Pull Request resolved: facebookresearch#1447 Regularize handling of dense features Differential Revision: D23502163 fbshipit-source-id: e7f4f2d635f87a6390b358d90e4d294042e9a3d5
mikekgfb
force-pushed
the
export-D23502163
branch
from
September 3, 2020 17:19
cc9abc6
to
575b268
Compare
This pull request was exported from Phabricator. Differential Revision: D23502163 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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: Regularize handling of dense features
Differential Revision: D23502163