tf.compat.v1.train.WorkerSessionCreator

View source on GitHub

Creates a tf.compat.v1.Session for a worker.

Inherits From: SessionCreator

tf.compat.v1.train.WorkerSessionCreator(
    scaffold=None, master='', config=None, max_wait_secs=(30 * 60)
)

Args:

Methods

create_session

View source

create_session()