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

Sequence has trainable option #803

Closed jlibovicky closed 5 years ago

jlibovicky commented 5 years ago

This PR adds a flag that allows sequence not to be trainable, e.g. when using pre-trained embeddings.