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

Fixed Dataset.subset when buffer_size is None #816

Closed varisd closed 5 years ago

varisd commented 5 years ago

Dataset.subset method was not working when Dataset wasn't initialized as lazy. This workaround fixes the problem.

varisd commented 5 years ago

ping