Bert-Chinese-Text-Classification-Pytorch
Bert-Chinese-Text-Classification-Pytorch copied to clipboard
unable to parse D:/Bert-Chinese-Text-Classification-Pytorch\bert as a URL or as a local path
写了一个预测的句子,跑的时候在cached_path这个类里面报错
解决了吗
预测代码中的一行改成这样: self.bert_path = os.path.join(cru, 'bert_pretrain'),它这是找不到路径