daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

Model isn't skipping elements when training #153

Closed Nathan-Chell closed 4 years ago

Nathan-Chell commented 4 years ago

So I have this model. It is on its 4th epoch right now. However, when starting training (Like loading the model to train at different times) the model doesn't skip any elements. This cannot be intended.

Nathan-Chell commented 4 years ago

You have to update the nmt.py's epoch_step to the highest model step you have. It does not do this for you.