daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
386 stars 212 forks source link

want to have my own train test data #11

Closed jackyclever closed 6 years ago

jackyclever commented 6 years ago

Hi all, can i remove/delete tst2012.(from|to)m tst2013(from|to)) completely, as i just have tran/test/.from/.to files.

i have errors when i tried to remove them :(

daniel-kukiela commented 6 years ago

Short answer - you can't. Why would you even want to do that?

jackyclever commented 6 years ago

Hi Kukiela:

Thank you for your reply, as i want to use my own training/testing set completely, so try to remove tst2012/2013. or otherwise can i empty those two files?

another question i have is: does the training model supports incremental training? like i train it half way and stop, can i retrain it? or it will starting from beginning again?

and can i use the same model to train other languages like french or chinese?

Regards

Jacky

On 9/12/2017, at 8:19 PM, Daniel Kukieła notifications@github.com<mailto:notifications@github.com> wrote:

Short answer - you can't. Why would you even want to do that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/daniel-kukiela/nmt-chatbot/issues/11#issuecomment-350457943, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ARK925Dt_LzBDbz6HscVVhvDJWjHa6BMks5s-nregaJpZM4Q8B1v.

daniel-kukiela commented 6 years ago

If you want to use your training set, you should make own tst2012/2013 files. If you didn't see, take a look: https://www.youtube.com/watch?v=dvOnYLDg8_Y.

You can stop and restart training. Checkpoint is saved every 1000 steps, but progress with training set every 5000 steps, so you should stop training just after nearest 5000 streps.

You can use that model for other languages, but you probably want to look ate "txt" files inside "steup" folder.