This repository was archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 275
Update mixup transform to be compatible with latest pytorch (#97) #753
Closed
lauragustafson
wants to merge
1
commit into
facebookresearch:master
from
lauragustafson:export-D29520476
Closed
Update mixup transform to be compatible with latest pytorch (#97) #753
lauragustafson
wants to merge
1
commit into
facebookresearch:master
from
lauragustafson:export-D29520476
Conversation
This file contains hidden or 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: D29520476 |
lauragustafson
added a commit
to lauragustafson/ClassyVision-1
that referenced
this pull request
Jul 8, 2021
…research#753) Summary: Pull Request resolved: facebookresearch#753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Reviewed By: aadcock Differential Revision: D29520476 fbshipit-source-id: 7dc18da9b13a329bed5e9b9c3b3e1cc094a57a1f
bcacabe
to
64f5e49
Compare
This pull request was exported from Phabricator. Differential Revision: D29520476 |
lauragustafson
added a commit
to lauragustafson/ClassyVision-1
that referenced
this pull request
Jul 8, 2021
…research#753) Summary: Pull Request resolved: facebookresearch#753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Reviewed By: aadcock Differential Revision: D29520476 fbshipit-source-id: b380f8a11fd4adfee82768e4a4474217e192404f
This pull request was exported from Phabricator. Differential Revision: D29520476 |
64f5e49
to
db4f399
Compare
lauragustafson
added a commit
to lauragustafson/ClassyVision-1
that referenced
this pull request
Jul 8, 2021
…research#753) Summary: Pull Request resolved: facebookresearch#753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Reviewed By: aadcock Differential Revision: D29520476 fbshipit-source-id: 4f0cf8ab48b093fbf04947181bbe97b08a4c5f70
db4f399
to
942a310
Compare
This pull request was exported from Phabricator. Differential Revision: D29520476 |
lauragustafson
added a commit
to lauragustafson/ClassyVision-1
that referenced
this pull request
Jul 8, 2021
…research#753) Summary: Pull Request resolved: facebookresearch#753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Reviewed By: aadcock Differential Revision: D29520476 fbshipit-source-id: 209e00d8c3e3eb0a30a0951523c23cb291ce135d
942a310
to
ec457dc
Compare
This pull request was exported from Phabricator. Differential Revision: D29520476 |
…research#753) Summary: Pull Request resolved: facebookresearch#753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Updated `fairscale` dependency to resolve cpu/gpu test circleci failures: https://app.circleci.com/pipelines/github/facebookresearch/ClassyVision/2201/workflows/e3b37369-677c-4a08-8b4b-5c5c217c5560/jobs/4322 Reviewed By: mannatsingh Differential Revision: D29520476 fbshipit-source-id: d9e68898d5b64786cf180d83c9c3aa1780f7385e
ec457dc
to
9b026be
Compare
This pull request was exported from Phabricator. Differential Revision: D29520476 |
This pull request has been merged in 8e3d758. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Jul 9, 2021
Summary: Pull Request resolved: #753 Pull Request resolved: fairinternal/ClassyVision#97 `torch.clip` is an alias for `torch.clamp`, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clip and `torch.clip` is no longer in the latest pytorch version Updated `fairscale` dependency to resolve cpu/gpu test circleci failures: https://app.circleci.com/pipelines/github/facebookresearch/ClassyVision/2201/workflows/e3b37369-677c-4a08-8b4b-5c5c217c5560/jobs/4322 Reviewed By: mannatsingh Differential Revision: D29520476 fbshipit-source-id: 584f079762bc4c6de644cc7595232109b364b4db
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:
Pull Request resolved: https://github.com/fairinternal/ClassyVision/pull/97
torch.clip
is an alias fortorch.clamp
, see https://pytorch.org/docs/stable/generated/torch.clip.html?highlight=clip#torch.clipand
torch.clip
is no longer in the latest pytorch versionDifferential Revision: D29520476