SaverDefOrBuilder

interface pública SaverDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
abstrato com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
flutuador abstrato
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
abstrato int
getMaxToKeep ()
 Maximum number of checkpoints to keep.
cadeia abstrata
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
abstrato com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
cadeia abstrata
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
abstrato com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
booleano abstrato
obterSharded ()
 Shard the save files, one per device that has Variable nodes.
Resumo SaverDef.CheckpointFormatVersion
getVersão ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
abstrato int
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

Métodos Públicos

string abstrata pública getFilenameTensorName ()

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

resumo público 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;

flutuador abstrato público 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;

resumo público int getMaxToKeep ()

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

String abstrata pública getRestoreOpName ()

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

resumo público com.google.protobuf.ByteString getRestoreOpNameBytes ()

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

string abstrata pública getSaveTensorName ()

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

resumo público com.google.protobuf.ByteString getSaveTensorNameBytes ()

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

público abstrato booleano getSharded ()

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

resumo público SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

resumo público int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;