cnn-text-classification-tf
                                
                                 cnn-text-classification-tf copied to clipboard
                                
                                    cnn-text-classification-tf copied to clipboard
                            
                            
                            
                        'utf-8' codec can't encode character '\udcd5' in position 68: surrogates not allowed
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?
check the vocab_path is correct or not