我使用的是tensorflow high API tf.estimator.Estimator。如果我没有设置任何关于日志的内容。它不输出任何内容。但如果我将logging.basic_config like设置为: level=logging.INFO)INFO:tensorflow:global_step/sec: 1040.93
[ten
我用Keras创建了一个神经模型,并希望使用用于Keras模型的Tensorflow API来训练它。ValueError: Passed Tensor("loss/mul:0", shape=(), dtype=float32) should have graph attribute that is equal to current graph <tensorflow.python.framework.ops.Graph object at 0x11fca7358>.
我