SaverDefOrBuilder

genel arayüz SaverDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
abstract com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
soyut kayan nokta
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
soyut int
getMaxToKeep ()
 Maximum number of checkpoints to keep.
soyut Dize
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
abstract com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
soyut Dize
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
abstract com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
soyut boole
getSharded ()
 Shard the save files, one per device that has Variable nodes.
abstract SaverDef.CheckpointFormatVersion
getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
soyut int
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

Genel Yöntemler

genel özet Dize getFilenameTensorName ()

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

genel özet 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;

genel soyut kayan nokta 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;

genel özet int getMaxToKeep ()

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

genel özet Dize getRestoreOpName ()

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

genel özet com.google.protobuf.ByteString getRestoreOpNameBytes ()

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

genel özet Dize getSaveTensorName ()

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

genel özet com.google.protobuf.ByteString getSaveTensorNameBytes ()

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

genel soyut boolean getSharded ()

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

genel özet SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

genel özet int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;