SaverDefOrBuilder

interfejs publiczny SaverDefOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
streszczenie com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
abstrakcyjny pływak
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
streszczenie wew
getMaxToKeep ()
 Maximum number of checkpoints to keep.
abstrakcyjny ciąg
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
streszczenie com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
abstrakcyjny ciąg
getSaveTensorName ()
 The operation to run when saving a model checkpoint.
streszczenie com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
abstrakcyjna wartość logiczna
getSharded ()
 Shard the save files, one per device that has Variable nodes.
streszczenie SaverDef.CheckpointFormatVersion
pobierz wersję ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
streszczenie wew
getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

Metody publiczne

publiczna abstrakcja String getFilenameTensorName ()

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

publiczna abstrakcja 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;

publiczna abstrakcja float 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;

publiczne streszczenie int getMaxToKeep ()

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

publiczny ciąg abstrakcyjny getRestoreOpName ()

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

publiczna abstrakcja com.google.protobuf.ByteString getRestoreOpNameBytes ()

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

publiczny ciąg abstrakcyjny getSaveTensorName ()

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

publiczne streszczenie com.google.protobuf.ByteString getSaveTensorNameBytes ()

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

publiczna abstrakcja logiczna getSharded ()

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

publiczne streszczenie SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

publiczne streszczenie int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;