You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我用tensorflow版本为1.14.0,运行你的代码出现
Traceback (most recent call last):
File "bert_ner_api.py", line 47, in
train_api()
File "bert_ner_api.py", line 21, in train_api
train(args)
File "/home/desktop/KG/NER-Chinese/bert_ner/bert_ner/bert_base/train/bert_lstm_ner.py", line 677, in train
early_stopping_hook = tf.contrib.estimator.stop_if_no_decrease_hook(
AttributeError: module 'tensorflow.contrib.estimator' has no attribute 'stop_if_no_decrease_hook'
麻烦帮解决一下
The text was updated successfully, but these errors were encountered:
你好,我用tensorflow版本为1.14.0,运行你的代码出现
Traceback (most recent call last):
File "bert_ner_api.py", line 47, in
train_api()
File "bert_ner_api.py", line 21, in train_api
train(args)
File "/home/desktop/KG/NER-Chinese/bert_ner/bert_ner/bert_base/train/bert_lstm_ner.py", line 677, in train
early_stopping_hook = tf.contrib.estimator.stop_if_no_decrease_hook(
AttributeError: module 'tensorflow.contrib.estimator' has no attribute 'stop_if_no_decrease_hook'
麻烦帮解决一下
The text was updated successfully, but these errors were encountered: