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 have trained model using timm distributed_train.sh, but I have 0.1 validation accuracy on imagenet. Images in validation folder are all placed in root directory going like ILSVRC2012_val_00000001.JPEG ... ILSVRC2012_val_00050000.JPEG.
Describe the solution you'd like
I would like to have parameter in validate.py file similar to '--real-labels' that will take csv or txt file with structure like
ImageId,Class
ILSVRC2012_val_00000001,n01751748
The text was updated successfully, but these errors were encountered:
I have trained model using timm distributed_train.sh, but I have 0.1 validation accuracy on imagenet. Images in validation folder are all placed in root directory going like
ILSVRC2012_val_00000001.JPEG ... ILSVRC2012_val_00050000.JPEG
.Describe the solution you'd like
I would like to have parameter in
validate.py
file similar to'--real-labels'
that will take csv or txt file with structure likeThe text was updated successfully, but these errors were encountered: