赞
踩
报错位置:
from transformers.modeling_bert import BertPredictionHeadTransform, BertAttention, BertIntermediate, BertOutput
解决方案:
报错位置改成:
from transformers.models.bert.modeling_bert import BertPredictionHeadTransform, BertAttention, BertIntermediate, BertOutput
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。