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've also tried multi-gpus and had same issue with you.
Then I found the biggest overhead is in GE2ELoss part. Especially get cosine similarity matrix and calculate loss part.
I've also tried multi-gpus and had same issue with you.
Then I found the biggest overhead is in GE2ELoss part. Especially get cosine similarity matrix and calculate loss part.
Use DataParallel model to start a multi-gpu training, change the config.yaml batch size, can not speed up the training.
The text was updated successfully, but these errors were encountered: