1
TensorFlowの例を実行しようとしています。具体的には、ヒラリーの例です。テンソルフローのサンプルコード `mnist_with_summaries.py`を実行する際の警告
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
任意のアイデア私が tensorflow/examples/tutorials/mnist/mnist_with_summaries.py
、ある線163を、実行していたとき? フルコードはhereで、私は何も変更しませんでした。 ありがとう