daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
385 stars 213 forks source link

How long should it take to train the demo model ? #93

Open Marwan-Mostafa7 opened 6 years ago

Marwan-Mostafa7 commented 6 years ago

it's been 4 days by now and still global step = 18400 ... How many steps are they ??

daniel-kukiela commented 6 years ago

Are you training it on a CPU? Do you have Nvidia GPU? Demo model should be trained for couple of epochs, but won't be decent on that training data. Repository is set to train for 3 epochs.

sierikov commented 6 years ago

For the first time for me, it took 3 weeks and 2 days for all epoch on Paperspace server with 8 GB GPU and 32 GB CPU

daniel-kukiela commented 5 years ago

First - sorry for late reply. How much data are you using? Also are you sure you are using TF-GPU?

anonmanx commented 5 years ago

Hi, Daniel.I am training it with my own data.my train.from and train.to files are like barely 700 mb.How long should it take with 1080 ti ? Thanks in advance

ankurgupta325 commented 5 years ago

Hello, Thank you for such a great tutorial. just a qq,

I have : CPU Cores: 16 RAM: 256GB GPU: 4x Nvidia Titan Xp 12GB (Pascal) machine and using reddit 2015-10 training set data. How long should training take take to complete the first time.

Also, is there a way to increase the speed of training ?

Thank you.