Open wss-xm opened 4 years ago
How did you solve the problem
Sorry, I don't solve the problem
At 2020-08-04 14:05:48, "tongchangD" notifications@github.com wrote:
How did you solve the problem
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Sorry, I don't solve the problem At 2020-08-04 14:05:48, "tongchangD" notifications@github.com wrote: How did you solve the problem — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
i change the tokenize,you can see in from pytorch_pretrained_bert import BertTokenizer tokenizer = BertTokenizer.from_pretrained('./dataset/bert-base-chinese')
Sorry, I don't solve the problem At 2020-08-04 14:05:48, "tongchangD" notifications@github.com wrote: How did you solve the problem — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
i change the tokenize,you can see in from pytorch_pretrained_bert import BertTokenizer tokenizer = BertTokenizer.from_pretrained('./dataset/bert-base-chinese')
Could you please tell me where you change it?
Sorry, I don't solve the problem At 2020-08-04 14:05:48, "tongchangD" notifications@github.com wrote: How did you solve the problem — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
i change the tokenize,you can see in from pytorch_pretrained_bert import BertTokenizer tokenizer = BertTokenizer.from_pretrained('./dataset/bert-base-chinese')
Could you please tell me where you change it?
I modified it on the company computer
tokens = self.tokenizer.tokenize(line.strip())
AttributeError: 'NoneType' object has no attribute 'tokenize'