kyzhouhzau / BERT-NER

Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
MIT License
1.23k stars 335 forks source link

absl.flags._exceptions.UnparsedFlagAccessError: Trying to access flag --do_train before flags were parsed. #92

Closed YijianLiu closed 3 years ago

YijianLiu commented 3 years ago

When I trying to train, I meet error: absl.flags._exceptions.UnparsedFlagAccessError: Trying to access flag --do_train before flags were parsed. can anyone help me? thanks a lot.