You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i download the ernie_base from panbaidu,and run fine_tune_ernie.py , it raise error as follows:
File "/Users/yuanjun/Downloads/ERNIE-text-classification-pytorch-master/fine_tune_ernie.py", line 8, in
from pyernie.io.dataset import CreateDataset
File "/Users/yuanjun/Downloads/ERNIE-text-classification-pytorch-master/pyernie/io/dataset.py", line 5, in
from pytorch_pretrained_bert.tokenization import BertTokenizer
ModuleNotFoundError: No module named 'pytorch_pretrained_bert'
The text was updated successfully, but these errors were encountered:
when i download the ernie_base from panbaidu,and run fine_tune_ernie.py , it raise error as follows:
File "/Users/yuanjun/Downloads/ERNIE-text-classification-pytorch-master/fine_tune_ernie.py", line 8, in
from pyernie.io.dataset import CreateDataset
File "/Users/yuanjun/Downloads/ERNIE-text-classification-pytorch-master/pyernie/io/dataset.py", line 5, in
from pytorch_pretrained_bert.tokenization import BertTokenizer
ModuleNotFoundError: No module named 'pytorch_pretrained_bert'
The text was updated successfully, but these errors were encountered: