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
Shall I do nn.parallel.DistributedDataParallel for for both "model" and "lemniscate" and mannually sync each lemniscate memory per epoch?
I think a better solution might be use a single GPU for "lemniscate" memory and calculation, while other GPUs for data parallel "model" part?
I am doing a comics image retrieval task, and find this project very useful. Thank you for you help.
The text was updated successfully, but these errors were encountered:
pallashadow
changed the title
what is the correct way to do multi-gpu training for snca?
what would be the best way to do multi-gpu training for snca?
Mar 1, 2019
Shall I do nn.parallel.DistributedDataParallel for for both "model" and "lemniscate" and mannually sync each lemniscate memory per epoch?
I think a better solution might be use a single GPU for "lemniscate" memory and calculation, while other GPUs for data parallel "model" part?
I am doing a comics image retrieval task, and find this project very useful. Thank you for you help.
The text was updated successfully, but these errors were encountered: