1. 磐创AI-开放猫官方网站首页
  2. 机器学习
  3. TensorFlow

tf.Session.run() 执行操作,计算张量值

函数参数

run(
    fetches,
    feed_dict=None,
    options=None,
    run_metadata=None
)

tf.Session.run() 执行 fetches 中的操作,计算 fetches 中的张量值。

这个函数执行一步 TensorFlow 运算,通过运行必要的图块来执行每一个操作,并且计算每一个 fetches 中的张量的值,用相关的输入变量替换 feed_dict 中的值。

fetches 参数可能是一个单一图元素,或者任意嵌套列表,元组,namedtuple,字典,或者有序字典在叶子中包含图元素。

Runs operations and evaluates tensors in fetches.

This method runs one “step” of TensorFlow computation, by running the necessary graph fragment to execute every Operation and evaluate every Tensor in fetches, substituting the values in feed_dict for the corresponding input values.

The fetches argument may be a single graph element, or an arbitrarily nested list, tuple, namedtuple, dict, or OrderedDict containing graph elements at its leaves.

函数参数

原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/07/02/runs-operations-and-evaluates-tensors-in-fetches/

发表评论

登录后才能评论

联系我们

400-800-8888

在线咨询:点击这里给我发消息

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息