interface publique SaverDefOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
chaîne abstraite | getFilenameTensorName () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
résumé com.google.protobuf.ByteString | getFilenameTensorNameBytes () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
flotteur abstrait | getKeepCheckpointEveryNHours () How often to keep an additional checkpoint. |
entier abstrait | getMaxToKeep () Maximum number of checkpoints to keep. |
chaîne abstraite | getRestoreOpName () The operation to run when restoring a model checkpoint. |
résumé com.google.protobuf.ByteString | getRestoreOpNameBytes () The operation to run when restoring a model checkpoint. |
chaîne abstraite | getSaveTensorName () The operation to run when saving a model checkpoint. |
résumé com.google.protobuf.ByteString | getSaveTensorNameBytes () The operation to run when saving a model checkpoint. |
booléen abstrait | getSharded () Shard the save files, one per device that has Variable nodes. |
résumé SaverDef.CheckpointFormatVersion | obtenirVersion () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
entier abstrait | obtenirVersionValue () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
Méthodes publiques
chaîne abstraite publique getFilenameTensorName ()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1;
résumé public 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;
public abstrait 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;
public abstrait int getMaxToKeep ()
Maximum number of checkpoints to keep. If 0, no checkpoints are deleted.
int32 max_to_keep = 4;
chaîne abstraite publique getRestoreOpName ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
résumé public com.google.protobuf.ByteString getRestoreOpNameBytes ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3;
chaîne abstraite publique getSaveTensorName ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
résumé public com.google.protobuf.ByteString getSaveTensorNameBytes ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2;
public abstrait booléen getSharded ()
Shard the save files, one per device that has Variable nodes.
bool sharded = 5;
résumé public SaverDef.CheckpointFormatVersion getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
public abstrait int getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;