daniel-kukiela / nmt-chatbot

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

``Init train iterator, skipping 0 elements` not progressing #132

Open KristofferTolboll2 opened 5 years ago

KristofferTolboll2 commented 5 years ago

i forked the project and inserted my own test/train data. I ran the prepare_data.py with no issues, but when i got the the train.py, it stucks at

# Start step 0, lr 0.001, Tue Jun 11 12:18:16 2019
# Init train iterator, skipping 0 elements

after a while.. though the first part runs very smoothly. I'm on a 16GB RAM Lenovo, but with a default CPU, is that too little to run?

Nathan-Chell commented 5 years ago

At this part in the process, the network is training. If you open up task manager, you should see your CPU being pinned (that is if you are training on your CPU). While training on your CPU you practically cant use your computer and it (the training) will be very slow. Highly recommend using a GPU system.

I'm no expert when it comes to this code, but this is most likely the problem.

kaljitism commented 4 years ago

Nope, it will take time to update the progress in steps done in terminal.

ArjunR00T commented 4 years ago

Check tensorboard and you can see ur neural network training

itechdivyanshu commented 4 years ago

@acrpsm how ??

itechdivyanshu commented 4 years ago

@KristofferTolboll2 after how much time did it continue to work after that line ?? please telll