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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
target size is 224x224
There are different size images on training data
method 1 : directly train the network with parameter -s 224 224
method 2: resize the training data to 224x224 and train the network with parameter -s 224 224
the method 2 accuracy is higher than method 1.
anybody know the reason?
training command on this
https://github.com/huggingface/pytorch-image-models
Beta Was this translation helpful? Give feedback.
All reactions