ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

Allow not using any validation data #752

Open jindrahelcl opened 6 years ago

jindrahelcl commented 6 years ago

In unsupervised scenarios, one usually does not have the validation data at disposal (e.g. in the Unsupervised NMT paper (Artexe et al., 2017))

Enable training for a pre-defined number of steps without validating the model.

jlibovicky commented 6 years ago

For now, you can just set the validation period to a very large number.

varisd commented 6 years ago

... and do not save any trained model.