解决Bert 报错:AttributeError: ‘str‘ object has no attribute ‘softmax‘
解决Bert 报错:AttributeError: ‘str’ object has no attribute ‘softmax’需要将这里改为:output= self.bert(input_ids = batch_seqs, attention_mask = batch_seq_masks,token_type_ids=batch_seq_segments, labels = labels)l
·
解决Bert 报错:AttributeError: ‘str’ object has no attribute ‘softmax’
需要将这里改为:
output= self.bert(input_ids = batch_seqs, attention_mask = batch_seq_masks,token_type_ids=batch_seq_segments, labels = labels)
loss = output.loss
logits = output.logits
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)