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
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
i my codebase to train regnetx_200m, i use this function 'random_sized_crop' in transform, while get bad result, train acc get 90%+, while val acc get 50%+ random_sized_crop(image, size=cfg.data.image_size, area_frac=0.08)
when i use torchvision method , training result is normal.
when change the code in pycls/datasets/transforms.py , functions: random_sized_crop use torchvision aspect_ratio, training result is right !!! so different result from there ???
i my codebase to train regnetx_200m, i use this function 'random_sized_crop' in transform, while get bad result, train acc get 90%+, while val acc get 50%+
random_sized_crop(image, size=cfg.data.image_size, area_frac=0.08)
when i use torchvision method , training result is normal.
anyone meet this problem ? i see the source code diff below, i think this shouldn't make so big different.
The text was updated successfully, but these errors were encountered: