Rongzhi Zhang

Results 4 comments of Rongzhi Zhang

> You get the error during the initialization? From the error details, it seems like you have the error after you first try to call `learner.fit()` or `learner.teach()`, because it...

> Thanks for the clarification! Which Keras version you are running? (You can find this by for example `pip freeze | grep keras`.) It seems to me that the problem...

Thanks for your attention. I will get it done within one week, after the end of this term.

Hi, thanks for your question. Yes, there should be many ways to go about this and my implementation is as follows. ```python3 def get_word_embedding(model_dir=None): model = Ner.from_pretrained(model_dir) tokenizer = BertTokenizer.from_pretrained(model_dir,...