mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
441 stars 92 forks source link

How to get model.max.ckpt 文件 #51

Closed troublemaker-r closed 4 years ago

troublemaker-r commented 4 years ago

experiments.conf: tf_checkpoint = ${best.log_root}/bert_base/model.max.ckpt init_checkpoint = ${best.log_root}/bert_base/model.max.ckpt I am running train.py,wrong indication:Failed to find any matching file for bert_base/model.max.ckpt. I'm not sure where the file came from or was it generated in the middle. Is there any good way?

troublemaker-r commented 4 years ago

I seem to alreadly know that the file is generated by training.