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 800
Add custom metric class for reporting Joint model metrics #1339
Closed
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
fb-exported
CLA Signed
Do not delete this pull request or issue due to inactivity.
labels
Apr 27, 2020
This pull request was exported from Phabricator. Differential Revision: D21077306 |
shivanipods
added a commit
to shivanipods/pytext
that referenced
this pull request
Apr 29, 2020
…search#1339) Summary: Pull Request resolved: facebookresearch#1339 Adding a multilabel metric class to support reporting all multi label and multi class metrics joint pytext models Reviewed By: seayoung1112 Differential Revision: D21077306 fbshipit-source-id: ca8ba109b110fd60ca6254da94bad4a2aa62d8a6
shivanipods
force-pushed
the
export-D21077306
branch
from
April 29, 2020 21:53
e3f3404
to
11a197b
Compare
This pull request was exported from Phabricator. Differential Revision: D21077306 |
shivanipods
added a commit
to shivanipods/pytext
that referenced
this pull request
Apr 29, 2020
…search#1339) Summary: Pull Request resolved: facebookresearch#1339 Adding a multilabel metric class to support reporting all multi label and multi class metrics joint pytext models Reviewed By: seayoung1112 Differential Revision: D21077306 fbshipit-source-id: 3b0938f67cd0d658af567eaca89c8afcc88a0aa8
shivanipods
force-pushed
the
export-D21077306
branch
from
April 29, 2020 22:03
11a197b
to
447c799
Compare
This pull request was exported from Phabricator. Differential Revision: D21077306 |
shivanipods
added a commit
to shivanipods/pytext
that referenced
this pull request
Apr 29, 2020
…search#1339) Summary: Pull Request resolved: facebookresearch#1339 Adding a multilabel metric class to support reporting all multi label and multi class metrics joint pytext models Reviewed By: seayoung1112 Differential Revision: D21077306 fbshipit-source-id: c868433b8814a8a3b99373ee51e1fe010658af90
shivanipods
force-pushed
the
export-D21077306
branch
from
April 29, 2020 22:29
447c799
to
8bd2f75
Compare
This pull request was exported from Phabricator. Differential Revision: D21077306 |
…rch#1335) Summary: Pull Request resolved: facebookresearch#1335 We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a 1. Joint Multi Label Decoder 2. MultiLabelClassification Output Layer 3. Loss computation for multi-label-multi-class scenarios 4. Label weights per label and per class 5. Softmax options for output layers 6. Custom Metric Reporter, Metric Class and Output for flow Differential Revision: D20210880 fbshipit-source-id: 8d6292e0acd2ec8974bc8da4b86abc56f7b04f84
…search#1339) Summary: Pull Request resolved: facebookresearch#1339 Adding a multilabel metric class to support reporting all multi label and multi class metrics joint pytext models Reviewed By: seayoung1112 Differential Revision: D21077306 fbshipit-source-id: 3363f0faf55f18174c6e0c51e958681e6d3b4508
shivanipods
force-pushed
the
export-D21077306
branch
from
April 29, 2020 22:37
8bd2f75
to
6c5118f
Compare
This pull request was exported from Phabricator. Differential Revision: D21077306 |
This pull request has been merged in 3d7f788. |
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: Adding a multilabel metric class to support reporting all multi label and multi class metrics joint pytext models
Reviewed By: seayoung1112
Differential Revision: D21077306