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

Fix blessing for Transformer decoder #811

Closed jlibovicky closed 5 years ago

jlibovicky commented 5 years ago

Transformer decoder was crashing when using neuralmonkey-run because some of the ops that are usually created in the training part of the graph get created in the while for the first time.