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 used your code to train for 500 epochs with "python train_new.py --gpu_ids 0 --name ft_ResNet50 --train_all --batchsize 16 --data_dir ./Market". I didn’t change the parameters of the code, but the results are not good. The final result is: Rank@1:0.803147 Rank@5:0.917755 Rank@10:0.944181 mAP:0.614890
Is this because I did not use "--erasing_p 0.5"?
The text was updated successfully, but these errors were encountered:
Hello, I used your code to train for 500 epochs with "python train_new.py --gpu_ids 0 --name ft_ResNet50 --train_all --batchsize 16 --data_dir ./Market". I didn’t change the parameters of the code, but the results are not good. The final result is: Rank@1:0.803147 Rank@5:0.917755 Rank@10:0.944181 mAP:0.614890
Is this because I did not use "--erasing_p 0.5"?
The text was updated successfully, but these errors were encountered: