ThibaultGROUEIX / 3D-CODED

Pytorch Implementation for the project : `3D-CODED` and `Learning Elementary Structure`

Home Page:http://imagine.enpc.fr/~groueixt/3D-CODED/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to improve the training speed

qiji77 opened this issue · comments

commented

First of all, thank you for this wonderful work!
I'm training a batch now, about six minutes,

How long does it take you to train? My GPU usage rate is only 22%.
Is there any way to improve your training speed? Thank you very much. All the best

Hi @qiji77 ,
Maybe try with more dataloader workers?
Best,
-Thibault

commented

Thank you for your reply. I'll try it now!