easy_seq2seq icon indicating copy to clipboard operation
easy_seq2seq copied to clipboard

about: train function in execute.py

Open zhimeng9 opened this issue 8 years ago • 2 comments

when the while loop will stop in function "train" of execute.py file, thx ?

zhimeng9 avatar Feb 13 '17 10:02 zhimeng9

The function intermittently writes model checkpoints every 300 epochs (configurable).

So unless you stop it explicitly it will run forever.

On Feb 13, 2017 15:35, "zhimeng9" [email protected] wrote:

when the while loop will stop in function "train" of execute.py file, thx ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/suriyadeepan/easy_seq2seq/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/AMRIn28dc1otIvOlvytX6Gw-5x4KcPeTks5rcCrTgaJpZM4L_AKV .

vivekkalyanarangan30 avatar Feb 13 '17 11:02 vivekkalyanarangan30

thank you, get it!

zhimeng9 avatar Feb 15 '17 02:02 zhimeng9