lukalabs / cakechat

CakeChat: Emotional Generative Dialog System
Apache License 2.0
1.7k stars 935 forks source link

Amount of training data and training time #49

Closed mnsotelo closed 5 years ago

mnsotelo commented 5 years ago

Hi, first I would like to say thank you for this amazing repository.

I have 2 questions related with training the model:

What is the amount of data that you used to train your model?

What are the specifications of the hardware that you used to train your model and how much time did it take to completely train?

Thank you very much and I apologize for my bad english.

nicolas-ivanov commented 5 years ago

Hi @mnsotelo!

What is the amount of data that you used to train your model?

11Gb of twitter dialogs

What are the specifications of the hardware that you used to train your model and how much time did it take to completely train?

Nvidia GeForce GTX 1080 approximately 1 week for 1 epoch

mnsotelo commented 5 years ago

May I ask also about the number of epochs you used to train the model?

nicolas-ivanov commented 5 years ago

Sure, 1 epoch.

mnsotelo commented 5 years ago

Thank you very much!