Terminator8758 / O2CAP

Official implementation for paper "Offline-Online Associated Camera-Aware Proxies for Unsupervised Person Re-identification".
MIT License
10 stars 0 forks source link

Abnormal training results #2

Open qingsonghu08 opened 10 months ago

qingsonghu08 commented 10 months ago

Why do I train according to readme and only change the batch size to 256, resulting in abnormally low performance? Is the parameter configuration incorrect? I did not make any modifications to the remaining parameters.

Terminator8758 commented 10 months ago

Hi, the default batch size is set to 32, please try using the default batch size setting. Changing batch size may result in different performance behavior. Also, when changing batch size, num_instances and number of GPUs may have to be changed accordingly for improving performance, which we have not tried.

qingsonghu08 commented 9 months ago

Hello, it seems that your code is based on 'Cluster Contrast for Unsupervised Person Re-Identification'. As far as I know, this code must be replicated using 4 GPUs in parallel. How did you replicate it on one GPU? Did you mainly adjust the batch size?

Terminator8758 @.***> 于2023年11月24日周五 16:57写道:

Hi, the default batch size is set to 32, please try using the default batch size setting. Changing batch size may result in different performance behavior. Also, when changing batch size, num_instances and number of GPUs may have to be changed accordingly for improving performance, which we have not tried.

— Reply to this email directly, view it on GitHub https://github.com/Terminator8758/O2CAP/issues/2#issuecomment-1825340397, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBJV5OF6VXJW23SHA2DVM2TYGBOPFAVCNFSM6AAAAAA7YS2TCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRVGM2DAMZZG4 . You are receiving this because you authored the thread.Message ID: @.***>

Terminator8758 commented 9 months ago

Our code is not based on Cluster Contrast. In fact, the code for O2CAP is based on our previous conference paper "Camera-Aware Proxies for Unsupervised re-ID", which came out earlier than Cluster Contrast.