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
hello,I reproduce CIFAR-100 , test acc is 81.7% , and I also see others‘ question ,you have changed your code for imagenet datasets , but I don't find your Changes to the code ,if you tell me ,I am very grateful.I'm a beginner,thank you.
The text was updated successfully, but these errors were encountered:
The most important change seems that TranslateX and TranslateY were replaced with TranslateXAbs and TranslateYAbs. ( 6949784 )
The image is moved 100px when TranslateXAbs or TranslateYAbs is selected. (though the resolution of CIFAR-100 image is 32*32)
hello,I reproduce CIFAR-100 , test acc is 81.7% , and I also see others‘ question ,you have changed your code for imagenet datasets , but I don't find your Changes to the code ,if you tell me ,I am very grateful.I'm a beginner,thank you.
The text was updated successfully, but these errors were encountered: