الواجهة العامة SaverDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
سلسلة مجردة | getFilenameTensorName () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
مجردة com.google.protobuf.ByteString | الحصول على FilenameTensorNameBytes () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
تعويم مجردة | getKeepCheckpointEveryNHours () How often to keep an additional checkpoint. |
كثافة العمليات مجردة | الحصول على MaxToKeep () 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. |
سلسلة مجردة | الحصول على SaveTensorName () The operation to run when saving a model checkpoint. |
مجردة com.google.protobuf.ByteString | الحصول على SaveTensorNameBytes () The operation to run when saving a model checkpoint. |
منطقية مجردة | الحصول على شاردد () Shard the save files, one per device that has Variable nodes. |
مجردة SaverDef.CheckpointFormatVersion | الحصول على النسخة () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
كثافة العمليات مجردة | الحصول علىVersionValue () .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;