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

learning_utils.join_exection_results does not support OutputSeries == dict #792

Closed varisd closed 5 years ago

varisd commented 5 years ago

Inline method join in https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/learning_utils.py#L404

has undefined behaviour when processing a List of dictionary-like output series.

This behavior was supported before the runners refactor and is not backwards compatible.