cnn-text-classification-tf icon indicating copy to clipboard operation
cnn-text-classification-tf copied to clipboard

'utf-8' codec can't encode character '\udcd5' in position 68: surrogates not allowed

Open wxybdth opened this issue 8 years ago • 1 comments

When I run the eval.py, I came with an error" 'utf-8' codec can't encode character '\udcd5' in position 68: surrogates not allowed " at vocab_processor = learn.preprocessing.VocabularyProcessor.restore(vocab_path). How can I solve this problem?

wxybdth avatar Apr 17 '17 01:04 wxybdth

check the vocab_path is correct or not

gleefeng avatar Dec 24 '17 07:12 gleefeng