Open bihui9968 opened 6 years ago
what's error?
there is no modeling.py and in train_bert_fine_tuning.py , line 175、179、180 cannot run, because compute_confuse_matrix_batch、 compute_micro_macro 、compute_micro_macro not be defined.
@bihui9968 modeling.py and tokennizaton.py these two files u could cope them from bert core, which is: https://github.com/google-research/bert.
In saver.restore(), error happened: NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint.
what should I do?
modeling.BertConfig modeling.BertModel
error