tf.contrib.learn.run_n
Run output_dict
tensors n
times, with the same feed_dict
each run. (deprecated)
tf.contrib.learn.run_n(
output_dict, feed_dict=None, restore_checkpoint_path=None, n=1
)
Args |
output_dict
|
A dict mapping string names to tensors to run. Must all be
from the same graph.
|
feed_dict
|
dict of input values to feed each run.
|
restore_checkpoint_path
|
A string containing the path to a checkpoint to
restore.
|
n
|
Number of times to repeat.
|
Returns |
A list of n dict objects, each containing values read from output_dict
tensors.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]