tf.compat.v1.train.ChiefSessionCreator

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

Inherits From: SessionCreator

scaffoldA Scaffold used for gathering or building supportive ops. If not specified a default one is created. It's used to finalize the graph.
masterString representation of the TensorFlow master to use.
configConfigProto proto used to configure the session.
checkpoint_dirA string. Optional path to a directory where to restore variables.
checkpoint_filename_with_pathFull file name path to the checkpoint file.

Methods

create_session

View source