tensorflow.python.framework.errors_impl.UnknownError: Fail to find the dnn implementation

前端 未结 0 1778
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 16:25

When I try to evaluate the LSTM model loaded by tf.keras.models.load_model():

best_model = load_model(FLAGS.model_path)
best_model.evaluate(test)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题