word-embeddings-for-nmt icon indicating copy to clipboard operation
word-embeddings-for-nmt copied to clipboard

Fix for _csv.Error

Open SouravDutta91 opened this issue 5 years ago • 0 comments

_csv.Error while running ted_reader.py (I ran it with the default en_ro settings). Error: _csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

This has been fixed in this pull request.

SouravDutta91 avatar Apr 27 '20 15:04 SouravDutta91