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
# of word in train: 55304:
# of n-gram in memory: 71499
Traceback (most recent call last):
File "wmseg_main.py", line 677, in <module>
main()
File "wmseg_main.py", line 667, in main
train(args)
File "wmseg_main.py", line 101, in train
seg_model = WMSeg(word2id, gram2id, label_map, hpara, args)
File "/data/my_project/nlp_text/WMSeg/wmseg_model.py", line 98, in __init__
self.hpara['config'] = self.bert.config
AttributeError: 'NoneType' object has no attribute 'config'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: