This option enables saving and restoring models to or from filesystems only accessible from the localhost when using multiple devices. The option is available to - Save models: tf.saved_model.save() - Checkpoints: tf.Checkpoint() PiperOrigin-RevId: 307858098 Change-Id: I4cd0a81424e306f0eac40bfb30d5067dfc02d1be
14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
path: "tensorflow.train.CheckpointOptions"
|
|
tf_class {
|
|
is_instance: "<class \'tensorflow.python.training.saving.checkpoint_options.CheckpointOptions\'>"
|
|
is_instance: "<type \'object\'>"
|
|
member {
|
|
name: "experimental_io_device"
|
|
mtype: "<type \'member_descriptor\'>"
|
|
}
|
|
member_method {
|
|
name: "__init__"
|
|
argspec: "args=[\'self\', \'experimental_io_device\'], varargs=None, keywords=None, defaults=[\'None\'], "
|
|
}
|
|
}
|