We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cutmix/cutmix/cutmix.py
Line 20 in 055e911
Thank you for sharing great works!
I have a question. What's the meaning of num_mix?
Is it the maximum number of mixed class?
The text was updated successfully, but these errors were encountered:
@developer0hye
It is an experimental parameter, which mixes multiple images more than just two.
If you use num_mix=2, then it will mixes two images into the original image.
The default value is 1, as the original paper.
Sorry, something went wrong.
@ildoonet Thanks!
No branches or pull requests
cutmix/cutmix/cutmix.py
Line 20 in 055e911
Thank you for sharing great works!
I have a question. What's the meaning of num_mix?
Is it the maximum number of mixed class?
The text was updated successfully, but these errors were encountered: