我正在尝试执行TensorFlow给出的示例。更具体地说,是minist的例子。当我执行时
tensorflow/examples/tutorials/mnist/mnist_with_summaries.py
,第163行,即:
summary, _ = sess.run([merged, train_step],
feed_dict=feed_dict(True),
options=run_options,
run_metadata=run_metadata)
以下警告出现:
W tensorflow/core/common_runtime/gpu/gpu_tracer.cc:513] Unhandled API Callback for 2 41
W tensorflow/core/common_runtime/gpu/gpu_tracer.cc:513] Unhandled API Callback for 2 41
W tensorflow/core/common_runtime/gpu/gpu_tracer.cc:513] Unhandled API Callback for 2 41
W tensorflow/core/common_runtime/gpu/gpu_tracer.cc:513] Unhandled API Callback for 2 41
有关此警告发生原因的任何想法? 完整的代码在here可用,我没有改变任何内容。 感谢