อินเทอร์เฟซสาธารณะ SaverDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
สตริงที่เป็นนามธรรม | getFilenameTensorName () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
นามธรรม com.google.protobuf.ByteString | รับชื่อไฟล์TensorNameBytes () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
ลอยนามธรรม | getKeepCheckpointทุกชั่วโมง () How often to keep an additional checkpoint. |
บทคัดย่อ | getMaxToKeep () Maximum number of checkpoints to keep. |
สตริงที่เป็นนามธรรม | getRestoreOpName () The operation to run when restoring a model checkpoint. |
นามธรรม com.google.protobuf.ByteString | getRestoreOpNameBytes () The operation to run when restoring a model checkpoint. |
สตริงที่เป็นนามธรรม | getSaveTensorName () The operation to run when saving a model checkpoint. |
นามธรรม com.google.protobuf.ByteString | getSaveTensorNameBytes () The operation to run when saving a model checkpoint. |
บูลีนนามธรรม | getSharded () Shard the save files, one per device that has Variable nodes. |
บทคัดย่อ SaverDef.CheckpointFormatVersion | รับเวอร์ชัน () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
บทคัดย่อ | getVersionValue () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
วิธีการสาธารณะ
สตริงนามธรรมสาธารณะ getFilenameTensorName ()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1;
นามธรรมสาธารณะ com.google.protobuf.ByteString getFilenameTensorNameBytes ()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1;
นามธรรมสาธารณะลอย getKeepCheckpointEveryNHours ()
How often to keep an additional checkpoint. If not specified, only the last "max_to_keep" checkpoints are kept; if specified, in addition to keeping the last "max_to_keep" checkpoints, an additional checkpoint will be kept for every n hours of training.
float keep_checkpoint_every_n_hours = 6;
บทคัดย่อสาธารณะ int getMaxToKeep ()
Maximum number of checkpoints to keep. If 0, no checkpoints are deleted.
int32 max_to_keep = 4;
สตริงนามธรรมสาธารณะ getRestoreOpName ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
นามธรรมสาธารณะ com.google.protobuf.ByteString getRestoreOpNameBytes ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
สตริงนามธรรมสาธารณะ getSaveTensorName ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
นามธรรมสาธารณะ com.google.protobuf.ByteString getSaveTensorNameBytes ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
บูลีนนามธรรมสาธารณะ getSharded ()
Shard the save files, one per device that has Variable nodes.
bool sharded = 5;
บทคัดย่อสาธารณะ SaverDef.CheckpointFormatVersion getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
บทคัดย่อสาธารณะ int getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;