Update generated Python Op docs.
Change: 132368885
This commit is contained in:
parent
d41348bb1d
commit
d7bc08fd5f
@ -2953,7 +2953,7 @@ If you're a Google-internal user using command line flags with learn_runner.py
|
||||
probably want to use learn_runner.EstimatorConfig instead.
|
||||
- - -
|
||||
|
||||
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None)` {#RunConfig.__init__}
|
||||
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None, evaluation_master='')` {#RunConfig.__init__}
|
||||
|
||||
Constructor.
|
||||
|
||||
@ -3022,6 +3022,7 @@ Example:
|
||||
must exist in the `cluster_spec.jobs`.
|
||||
* <b>`is_chief`</b>: whether or not this task (as identified by the other parameters)
|
||||
should be the chief task.
|
||||
* <b>`evaluation_master`</b>: the master on which to perform evaluation.
|
||||
|
||||
##### Raises:
|
||||
|
||||
|
@ -5,7 +5,7 @@ If you're a Google-internal user using command line flags with learn_runner.py
|
||||
probably want to use learn_runner.EstimatorConfig instead.
|
||||
- - -
|
||||
|
||||
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None)` {#RunConfig.__init__}
|
||||
#### `tf.contrib.learn.RunConfig.__init__(master=None, task=None, num_ps_replicas=None, num_cores=4, log_device_placement=False, gpu_memory_fraction=1, cluster_spec=None, tf_random_seed=None, save_summary_steps=100, save_checkpoints_secs=600, keep_checkpoint_max=5, keep_checkpoint_every_n_hours=10000, job_name=None, is_chief=None, evaluation_master='')` {#RunConfig.__init__}
|
||||
|
||||
Constructor.
|
||||
|
||||
@ -74,6 +74,7 @@ Example:
|
||||
must exist in the `cluster_spec.jobs`.
|
||||
* <b>`is_chief`</b>: whether or not this task (as identified by the other parameters)
|
||||
should be the chief task.
|
||||
* <b>`evaluation_master`</b>: the master on which to perform evaluation.
|
||||
|
||||
##### Raises:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user