ufal / neuralmonkey

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

Allow to setting random seed in run script #814

Closed jlibovicky closed 5 years ago

jlibovicky commented 5 years ago

Currently, random_seed is listed as a train argument, so it does not get a default value when calling neuralmonkey-run and method bulid_model of the Experiment class crashes. This PR fixes it by moving random_seed out of the train-only arguments.