ufal / neuralmonkey

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

Unify RNN encoders #809

Closed jlibovicky closed 5 years ago

jlibovicky commented 5 years ago

Reviewers, note that the feed_dict method of the TemporalFiller is based on the legacy code of the RawRNNEncoder and probably needs to be rewritten to comply with the outgoing refactor for tf.Dataset.