pieterwolfert / co-speech-humanoids

Co-Speech Gesture Generation for Humanoid Robots
13 stars 3 forks source link

Average Training time per epoch #9

Open ghazanPK opened 4 years ago

ghazanPK commented 4 years ago

In the attached paper the authors claimed to have completed 560 epochs in 22h training time on GTX 1080. that makes average time per epoch at about 2.5 minutes. I am training the same data with your code on RTX 2080 and experience an average time of 30 minutes per epoch. I tried training it on google Colab and experienced the same average time. Can you please share what was your experience related to training time.

pieterwolfert commented 4 years ago

Hi Ghazan, recently someone else contacted me and fixed the code, you should find their repo here: https://github.com/ehwa009/gesture_generation

I will make sure that it will be merged.

ghazanPK commented 4 years ago

Hi @pieterwolfert, I already tried the other repository too. My question was regarding the training time. I wanted to know the average epoch time which you experienced. The other repo also producing the same average time. This is about 10 times more then the authors claim.