tf.compat.v1.estimator.tpu.RunConfig

View source on GitHub

RunConfig with TPU support.

Inherits From: RunConfig

tf.compat.v1.estimator.tpu.RunConfig(
    tpu_config=None, evaluation_master=None, master=None, cluster=None, **kwargs
)

Args:

Attributes:

Raises:

Methods

replace

View source

replace(
    **kwargs
)

Returns a new instance of RunConfig replacing specified properties.

Only the properties in the following list are allowed to be replaced:

In addition, either save_checkpoints_steps or save_checkpoints_secs can be set (should not be both).

Args:

Raises:

Returns:

a new instance of RunConfig.