Process finished with exit code -1073741819 (0xC0000005)

Process finished with exit code -1073741819 (0xC0000005)

搜索后发现大家的报错原因基本是文件路径错误。
debug后发现以下代码报错:

bert = build_transformer_model(model_base_path+"bert_config.json", model_base_path+"bert_model.ckpt")

但文件夹中bert_model.ckpt文件存在。
仔细核对后发现缺少bert_model.ckpt.data-00000-of-00001
补全后不再报错。

你可能感兴趣的:(磕磕绊绊学习中,人工智能,深度学习)