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. |
int abstracto | getMaxToKeep () 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 | getSaveTensorName () 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 | getSharded () Shard the save files, one per device that has Variable nodes. |
resumen SaverDef.CheckpointFormatVersion | getVersion () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
int abstracto | getVersionValue () .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;
public abstract 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;
public abstract int getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;