This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
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
This pull request was exported from Phabricator. Differential Revision: D20307435 |
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Mar 9, 2020
mannatsingh
added a commit
to mannatsingh/ClassyVision
that referenced
this pull request
Mar 9, 2020
Summary: Pull Request resolved: facebookresearch#423 Added support for using sync batch normalization using PyTorch's implementation or Apex's. Plugged in the model complexity hook to `classy_train.py`. It helps test the bug I encountered and fixed which needs the profiler + sync batch norm. Differential Revision: D20307435 fbshipit-source-id: 82010fc2ed41ac4bdaedf5d8b1b1ddca49bf8d12
mannatsingh
force-pushed
the
export-D20307435
branch
from
March 9, 2020 22:32
bd9888b
to
9f1d91c
Compare
This pull request was exported from Phabricator. Differential Revision: D20307435 |
mannatsingh
added a commit
to mannatsingh/ClassyVision
that referenced
this pull request
Mar 11, 2020
Summary: Pull Request resolved: facebookresearch#423 Added support for using sync batch normalization using PyTorch's implementation or Apex's. Plugged in the model complexity hook to `classy_train.py`. It helps test the bug I encountered and fixed which needs the profiler + sync batch norm. Reviewed By: vreis Differential Revision: D20307435 fbshipit-source-id: 8e3ccb3f55802f54f215f06610c2a01566fca1b0
mannatsingh
force-pushed
the
export-D20307435
branch
from
March 11, 2020 01:51
9f1d91c
to
4b406e8
Compare
This pull request was exported from Phabricator. Differential Revision: D20307435 |
mannatsingh
added a commit
to mannatsingh/ClassyVision
that referenced
this pull request
Mar 11, 2020
Summary: Pull Request resolved: facebookresearch#423 Added support for using sync batch normalization using PyTorch's implementation or Apex's. Plugged in the model complexity hook to `classy_train.py`. It helps test the bug I encountered and fixed which needs the profiler + sync batch norm. Reviewed By: vreis Differential Revision: D20307435 fbshipit-source-id: 45e02d4fced1b4e78c0c45264a6e2fc85825dd3f
mannatsingh
force-pushed
the
export-D20307435
branch
from
March 11, 2020 03:33
4b406e8
to
3d6b4ab
Compare
This pull request was exported from Phabricator. Differential Revision: D20307435 |
Differential Revision: D20342756 Profiler update fbshipit-source-id: 189ca3be468a40feb47c09da30956b224c348001
Summary: Pull Request resolved: facebookresearch#423 Added support for using sync batch normalization using PyTorch's implementation or Apex's. Plugged in the model complexity hook to `classy_train.py`. It helps test the bug I encountered and fixed which needs the profiler + sync batch norm. Reviewed By: vreis Differential Revision: D20307435 fbshipit-source-id: 9597d3c1aab386ea976485bf4bf1443eea038048
mannatsingh
force-pushed
the
export-D20307435
branch
from
March 11, 2020 05:28
3d6b4ab
to
05ef432
Compare
This pull request was exported from Phabricator. Differential Revision: D20307435 |
This pull request has been merged in 39e54ae. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
Merged
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:
Added support for using sync batch normalization using PyTorch's implementation or Apex's.
Plugged in the model complexity hook to
classy_train.py
. It helps test the bug I encountered and fixed which needs the profiler + sync batch norm.Differential Revision: D20307435