tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.37k stars 1.96k forks source link

Why i run iterator_utils_test.py and it can't equals to the given samples? #154

Open MrKZZ opened 6 years ago

MrKZZ commented 6 years ago

When i run this file,there 5 tests and 3 failed. testGetIterator() testGetIteratorWithshard() testGetIteratorWithSkipCount() can not just correctly fit the given samples ``` I wonder the reason. And I also want to know can this model used for english and chinese translation ? thanks

Lee-L-Boyd commented 6 years ago

Problem is simply the random seed is putting the sentences in different places than the testers expected when they coded it.