使用 tf打印文档
我写
print_op = tf.print("tensors:", cut_points[0,0,:], output_stream=sys.stderr)
with tf.control_dependencies([print_op]):
return cut_points
但无论如何都不会输出到 std (我看到其他日志,会话确实评估了这一点。
当年话下
相关分类