NLPGNN icon indicating copy to clipboard operation
NLPGNN copied to clipboard

can not import bert model

Open JiahuiSophieHU opened this issue 3 years ago • 0 comments

Hi, I can not import call bert = bert.BERT(). How can I fix it? Thanks,

bert=bert.BERT() Traceback (most recent call last): File "", line 1, in File "/home/sophie/NLPGNN/nlpgnn/models/bert.py", line 31, in init self.maxlen = param.get("maxlen", maxlen)

JiahuiSophieHU avatar Apr 29 '21 18:04 JiahuiSophieHU