Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Update mixup transform to be compatible with latest pytorch (#97) #753

Conversation

lauragustafson
Copy link
Contributor

Summary:
Pull Request resolved: https://github.com/fairinternal/ClassyVision/pull/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

Differential Revision: D29520476

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Jul 1, 2021
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

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: 4f0cf8ab48b093fbf04947181bbe97b08a4c5f70
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D29520476

@facebook-github-bot
Copy link
Contributor

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants