SaverDefOrBuilder

giao diện công cộng SaverDefOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
trừu tượng com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
phao trừu tượng
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
int trừu tượng
getMaxToKeep ()
 Maximum number of checkpoints to keep.
chuỗi trừu tượng
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
trừu tượng com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
chuỗi trừu tượng
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
trừu tượng com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
trừu tượng boolean
getSharded ()
 Shard the save files, one per device that has Variable nodes.
trừu tượng SaverDef.CheckpointFormatVersion
getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
int trừu tượng
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

Phương pháp công khai

Chuỗi trừu tượng công khai getFilenameTensorName ()

 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
 
string filename_tensor_name = 1;

tóm tắt công khai 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;

float trừu tượng công khai 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;

tóm tắt công khai int getMaxToKeep ()

 Maximum number of checkpoints to keep.  If 0, no checkpoints are deleted.
 
int32 max_to_keep = 4;

Chuỗi tóm tắt công khai getRestoreOpName ()

 The operation to run when restoring a model checkpoint.
 
string restore_op_name = 3;

tóm tắt công khai com.google.protobuf.ByteString getRestoreOpNameBytes ()

 The operation to run when restoring a model checkpoint.
 
string restore_op_name = 3;

Chuỗi tóm tắt công khai getSaveTensorName ()

 The operation to run when saving a model checkpoint.
 
string save_tensor_name = 2;

tóm tắt công khai com.google.protobuf.ByteString getSaveTensorNameBytes ()

 The operation to run when saving a model checkpoint.
 
string save_tensor_name = 2;

boolean trừu tượng công khai getSharded ()

 Shard the save files, one per device that has Variable nodes.
 
bool sharded = 5;

tóm tắt công khai SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

tóm tắt công khai int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;