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

neuralmonkey-run: add -v and -s options for experiment.ini modifications #813

Closed varisd closed 5 years ago

varisd commented 5 years ago

Similar to the counterparts in the train.py, this can be useful when you need to run a model with different set of runners, evaluators, etc. during inference than during training; now without the need to directly modify the experiment.ini file