SaverDefOrBuilder

interfaz pública SaverDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getFilenameTensorName ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
resumen com.google.protobuf.ByteString
getFilenameTensorNameBytes ()
 The name of the tensor in which to specify the filename when saving or
 restoring a model checkpoint.
flotador abstracto
getKeepCheckpointEveryNHours ()
 How often to keep an additional checkpoint.
resumen entero
obtenerMaxToKeep ()
 Maximum number of checkpoints to keep.
cadena abstracta
getRestoreOpName ()
 The operation to run when restoring a model checkpoint.
resumen com.google.protobuf.ByteString
getRestoreOpNameBytes ()
 The operation to run when restoring a model checkpoint.
cadena abstracta
getGuardarNombreTensor ()
 The operation to run when saving a model checkpoint.
resumen com.google.protobuf.ByteString
getSaveTensorNameBytes ()
 The operation to run when saving a model checkpoint.
booleano abstracto
obtener fragmentado ()
 Shard the save files, one per device that has Variable nodes.
resumen SaverDef.CheckpointFormatVersion
obtener versión ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
resumen entero
obtenerValorVersión ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

Métodos públicos

Cadena abstracta 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;

resumen 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;

flotador abstracto 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;

resumen público int getMaxToKeep ()

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

Cadena abstracta pública getRestoreOpName ()

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

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

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

Cadena abstracta pública getSaveTensorName ()

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

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

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

getSharded booleano abstracto público ()

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

resumen público SaverDef.CheckpointFormatVersion getVersion ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;

resumen público int getVersionValue ()

.tensorflow.SaverDef.CheckpointFormatVersion version = 7;