You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the trainer only attempts to write the state file when it receives a shutdown signal. Sometimes a machine just dies, and no such signal is received. It would be nice if there would be at least an almost final state file on disk at that moment.
Not 100% sure what would be the best way to determine when to write the file. I'd say after feeding M lines and at least N minutes since last write (in case marian reads ahead a bit more than M lines). But what values for M and N should be… ???
The text was updated successfully, but these errors were encountered:
That would make sense. At some point we'll be tracking marian's output anyway, so we will know when it did a validation. The trainer will be slightly ahead by that point (because Marian buffers its input) but ideally it won't be too much.
Right now the trainer only attempts to write the state file when it receives a shutdown signal. Sometimes a machine just dies, and no such signal is received. It would be nice if there would be at least an almost final state file on disk at that moment.
Not 100% sure what would be the best way to determine when to write the file. I'd say after feeding M lines and at least N minutes since last write (in case marian reads ahead a bit more than M lines). But what values for M and N should be… ???
The text was updated successfully, but these errors were encountered: