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

Fix some mkdirs exception #20

Open penut85420 opened 5 years ago

penut85420 commented 5 years ago

Really thanks to this amazing repository, it solved many of my problems!

Just a little advise, I don't know if it's important or necessary... I think we should make directories for user if they didn't create that output folder. Because the error messages of this exception raise from tensorflow is hard to read for Windows that use Chinese environment.

Thanks to you again, have a nice day!