You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just curious: were the pretrained models actually trained using this code? Any chance this might have affected the performance of the pretrained models in any way?
The text was updated successfully, but these errors were encountered:
Great catch @eminorhan , thanks a lot for the report. Would you like to submit a PR to fix these 2 lines?
were the pretrained models actually trained using this code? Any chance this might have affected the performance of the pretrained models in any way?
The bug was introduced in #7731, but all the models we have published in torchvision were trained prior to that change, so the bug doesn't affect the models available within torchvision. However, it may have affected models trained by users.
I believe the
alpha
argument here should becutmix_alpha
notmixup_alpha
:vision/references/classification/transforms.py
Line 22 in 61d97f4
Same issue here as well:
vision/references/classification/transforms.py
Line 24 in 61d97f4
Just curious: were the pretrained models actually trained using this code? Any chance this might have affected the performance of the pretrained models in any way?
The text was updated successfully, but these errors were encountered: