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
Hi,
I think eval_linear.py is currently reporting the performance of the first gpu only (without considering the performance from all gpus).
validate_network() needs MetricLogger.synchronize_between_processes() alike train() LINK.
Hi,
I think eval_linear.py is currently reporting the performance of the first gpu only (without considering the performance from all gpus).
validate_network() needs MetricLogger.synchronize_between_processes() alike train() LINK.
Thank you.