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
class BERTLM:self.next_sentence = NextSentencePrediction(self.bert.hidden)
This error appeared when I ran: 【AttributeError: type object 'BERT' has no attribute 'hidden'】
How to deal with it? Thank you!
The text was updated successfully, but these errors were encountered:
class BERTLM:self.next_sentence = NextSentencePrediction(self.bert.hidden)
This error appeared when I ran: 【AttributeError: type object 'BERT' has no attribute 'hidden'】
How to deal with it? Thank you!
The text was updated successfully, but these errors were encountered: