सार्वजनिक इंटरफ़ेस SaverDefOrBuilder
| ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
| सार स्ट्रिंग | getFilenameTensorName () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
| सार com.google.protobuf.ByteString | getFilenameTensorNameBytes () The name of the tensor in which to specify the filename when saving or restoring a model checkpoint. |
| अमूर्त फ्लोट | GetKeepCheckpoint EveryNHours () How often to keep an additional checkpoint. |
| सार इंट | getMaxToKeep () Maximum number of checkpoints to keep. |
| सार स्ट्रिंग | getRestoreOpName () The operation to run when restoring a model checkpoint. |
| सार com.google.protobuf.ByteString | getRestoreOpNameBytes () The operation to run when restoring a model checkpoint. |
| सार स्ट्रिंग | getSaveTensorName () The operation to run when saving a model checkpoint. |
| सार com.google.protobuf.ByteString | getSaveTensorNameBytes () The operation to run when saving a model checkpoint. |
| अमूर्त बूलियन | गेटशर्डेड () Shard the save files, one per device that has Variable nodes. |
| सार SaverDef.CheckpointFormatVersion | संस्करण प्राप्त करें () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
| सार इंट | getVersionValue () .tensorflow.SaverDef.CheckpointFormatVersion version = 7; |
सार्वजनिक तरीके
सार्वजनिक सार स्ट्रिंग getFilenameTensorName ()
The name of the tensor in which to specify the filename when saving or restoring a model checkpoint.
string filename_tensor_name = 1; सार्वजनिक सार 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; सार्वजनिक सार फ़्लोट getKeepCheckpoint EveryNHours ()
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; सार्वजनिक सार int getMaxToKeep ()
Maximum number of checkpoints to keep. If 0, no checkpoints are deleted.
int32 max_to_keep = 4; सार्वजनिक सार स्ट्रिंग getRestoreOpName ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3; सार्वजनिक सार com.google.protobuf.ByteString getRestoreOpNameBytes ()
The operation to run when restoring a model checkpoint.
string restore_op_name = 3; सार्वजनिक सार स्ट्रिंग getSaveTensorName ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2; सार्वजनिक सार com.google.protobuf.ByteString getSaveTensorNameBytes ()
The operation to run when saving a model checkpoint.
string save_tensor_name = 2; सार्वजनिक सार बूलियन getSharded ()
Shard the save files, one per device that has Variable nodes.
bool sharded = 5; सार्वजनिक सार SaverDef.CheckpointFormatVersion getVersion ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;
सार्वजनिक सार int getVersionValue ()
.tensorflow.SaverDef.CheckpointFormatVersion version = 7;