Open Rock-L opened 5 years ago
you can add training hook when you training, just like in line 411 to 414 in bert_base/train/bert_lstm_crf.py About more infomation of hook, you may go to read tensorflow api document.
i have tried this way , but get an error like :
i have tried this way , but get an error like :
Hi, I have the same problem. How do you solve this problem in the end? Thank you very much.
hi macan:
when i training the ner model , the loss from 44 to 9.2, but loss decrease very slowly , i think the learning rate decay so small . but i have no way to trace the learning rate , and decay can not be found. do you have any solutions to see this two args?