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
I found that the "preocessing.py" codes use a simple transforms.RandomResizedCrop(224) to preprocess the input training data. Why don't you utilize aspect preserving resize before cropping? Thanks.
I found that the "preocessing.py" codes use a simple transforms.RandomResizedCrop(224) to preprocess the input training data. Why don't you utilize aspect preserving resize before cropping? Thanks.