suriyadeepan/easy_seq2seq

Question about training time

Opened this issue · 4 comments

How long should it take to train on a CPU? I'm using a MacBook Air with a 1.3 GHz Intel Core i5 processor and 4 GB 1600 MHz DDR3 of memory.

It's an infinite loop by the looks of things. I've just run it for 5 days... Not very proud of myself for not noticing... Guess it will take a bit of research to determine what an appropriate duration would be (number of steps).

PW486 commented

The number of steps should be at least 100,000 times.
But if I quit and run again, it is doubtful whether it will continue learning the old one.

Did the training loop exit on its own for anyone ? Is forced exit the only way out of the infinite training loop? I am using a 4GB RAM system.

Can someone be more specific about how long does it take to train the data?