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

Requirement of editing the post-edit.ini and translation.ini for APE and MT respectively #824

Closed rupjyotiBaruah closed 5 years ago

rupjyotiBaruah commented 5 years ago

Dear, Sir Is there any editing required according to my own machine configuration for "model configuration" of both Post Editing Task(post-edit.ini) and Machine translation Task(translation.ini) as it is given by "https://neural-monkey.readthedocs.io/en/latest/tutorial.html"? I mean the same task configure in my machine ??

jindrahelcl commented 5 years ago

Hi, as stated in #823, the tutorials are outdated, so some configuration tweaking is necessary. Refer to tests/bahdanau.ini, tests/post-edit.ini, tests/bpe.ini, tests/transformer.ini, ortests/small.ini` for working examples of the translation/post-editing configuration.