Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of cutmix_alpha in classification training references #8448

Merged
merged 1 commit into from
May 29, 2024

Conversation

eminorhan
Copy link
Contributor

@eminorhan eminorhan commented May 28, 2024

Fixes #8440.

Copy link

pytorch-bot bot commented May 28, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8448

Note: Links to docs will display an error until the docs builds have been completed.

❌ 8 New Failures

As of commit 561921c with merge base c585a51 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link

Hi @eminorhan!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report and for the fix @eminorhan !

@NicolasHug NicolasHug changed the title fix CutMix and RandomCutMix alpha arguments in get_mixup_cutmix Fix use of cutmix_alpha in classification training references May 29, 2024
@NicolasHug NicolasHug merged commit 775dd2d into pytorch:main May 29, 2024
59 of 67 checks passed
facebook-github-bot pushed a commit that referenced this pull request Jun 7, 2024
…ces (#8448)

Reviewed By: vmoens

Differential Revision: D58283861

fbshipit-source-id: e7bbe19cf3298011373a5105227342a850acc868
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cutmix alpha argument in references/classification/transforms.py
3 participants