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
For market1501 dataset, I try to set the batch size 128 or 64, iter num and other settings remain the same as run.sh, and the result are 68% mAP & 86% Rank-1, which is not in accordance with the results in your paper. I just wonder that if I need to lower the batch size, is there any other hyperparameters that need to be adjusted accordingly? And I also wonder that why u set the iteration number to 200 or 400 manually instead of directly using "for i,inputs in enumerate(data_loader)" to train each iteration?
The text was updated successfully, but these errors were encountered:
For market1501 dataset, I try to set the batch size 128 or 64, iter num and other settings remain the same as run.sh, and the result are 68% mAP & 86% Rank-1, which is not in accordance with the results in your paper. I just wonder that if I need to lower the batch size, is there any other hyperparameters that need to be adjusted accordingly? And I also wonder that why u set the iteration number to 200 or 400 manually instead of directly using "for i,inputs in enumerate(data_loader)" to train each iteration?
The text was updated successfully, but these errors were encountered: