ufal / neuralmonkey

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

Implementation of conditional GRU #186

Closed kocmitom closed 7 years ago

kocmitom commented 7 years ago

The cond. GRU outperforms LSTM and LSTM outperforms GRU (as several people mentioned on IWSLT).

jindrahelcl commented 7 years ago

Part of #185