training

package
v0.0.0-...-3233e8b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_tensorflow_python_training_checkpoint_state_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CheckpointState

type CheckpointState struct {

	// Path to the most-recent model checkpoint.
	ModelCheckpointPath string `protobuf:"bytes,1,opt,name=model_checkpoint_path,json=modelCheckpointPath,proto3" json:"model_checkpoint_path,omitempty"`
	// Paths to all not-yet-deleted model checkpoints, sorted from oldest to
	// newest.
	// Note that the value of model_checkpoint_path should be the last item in
	// this list.
	AllModelCheckpointPaths []string `` /* 134-byte string literal not displayed */
	// Unix timestamps corresponding to all_model_checkpoint_paths, indicating
	// when each checkpoint was created.
	AllModelCheckpointTimestamps []float64 `` /* 158-byte string literal not displayed */
	// Unix timestamp indicating the creation time for the last preserved
	// checkpoint.
	LastPreservedTimestamp float64 `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

Protocol buffer representing the checkpoint state.

func (*CheckpointState) Descriptor deprecated

func (*CheckpointState) Descriptor() ([]byte, []int)

Deprecated: Use CheckpointState.ProtoReflect.Descriptor instead.

func (*CheckpointState) GetAllModelCheckpointPaths

func (x *CheckpointState) GetAllModelCheckpointPaths() []string

func (*CheckpointState) GetAllModelCheckpointTimestamps

func (x *CheckpointState) GetAllModelCheckpointTimestamps() []float64

func (*CheckpointState) GetLastPreservedTimestamp

func (x *CheckpointState) GetLastPreservedTimestamp() float64

func (*CheckpointState) GetModelCheckpointPath

func (x *CheckpointState) GetModelCheckpointPath() string

func (*CheckpointState) ProtoMessage

func (*CheckpointState) ProtoMessage()

func (*CheckpointState) ProtoReflect

func (x *CheckpointState) ProtoReflect() protoreflect.Message

func (*CheckpointState) Reset

func (x *CheckpointState) Reset()

func (*CheckpointState) String

func (x *CheckpointState) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL