SaverDef.CheckpointFormatVersion

enum final estático público SaverDef.CheckpointFormatVersion

 A version number that identifies a different on-disk checkpoint format.
 Usually, each subclass of BaseSaverBuilder works with a particular
 version/format.  However, it is possible that the same builder may be
 upgraded to support a newer checkpoint format in the future.
 
Protobuf enum tensorflow.SaverDef.CheckpointFormatVersion

Constantes

interno LEGACY_VALUE
 Internal legacy format.
interno V1_VALUE
 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
interno V2_VALUE
 Current format: more efficient.

Métodos herdados

Valores de Enum

público estático final SaverDef.CheckpointFormatVersion LEGACY

 Internal legacy format.
 
LEGACY = 0;

público estático final SaverDef.CheckpointFormatVersion UNRECOGNIZED

público estático final SaverDef.CheckpointFormatVersion V1

 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
 
V1 = 1;

público estático final SaverDef.CheckpointFormatVersion V2

 Current format: more efficient.
 
V2 = 2;

Constantes

público estático final int LEGACY_VALUE

 Internal legacy format.
 
LEGACY = 0;

Valor Constante: 0

público estático final int V1_VALUE

 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
 
V1 = 1;

Valor Constante: 1

público estático final int V2_VALUE

 Current format: more efficient.
 
V2 = 2;

Valor Constante: 2