NLP_related_projects
NLP_related_projects copied to clipboard
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 144: invalid continuation byte
请问这个如何解决
Traceback (most recent call last):
File "D:/down/NLP_related_projects-master/BERT/Bert_sim/run_similarity.py", line 716, in
Process finished with exit code 1
tokenization.py中修改文件打开方式 with open(vocab_file) as reader: # with tf.gfile.GFile(vocab_file, 'r') as reader:
Thanks