renmengxing12

Results 1 comments of renmengxing12

![image](https://user-images.githubusercontent.com/46949893/62093303-5b27d680-b2ab-11e9-917d-6107020a6df9.png) self.checkpoint_dir = "./model/" self.checkpoint_path = "./model/ner.org.ckpt" 在model.py中请问这个文件在哪里?是自己创建文件夹 然后生成模型输出到文件夹中吗? 另外我运行之后报错 : ERROR:tensorflow:Couldn't match files for checkpoint bert_model/model.ckpt-0 Traceback (most recent call last): File "model.py", line 507, in model.train() File "model.py",...