SaverDef.CheckpointFormatVersion

publiczne statyczne wyliczenie końcowe 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

Stałe

wew LEGACY_VALUE
 Internal legacy format.
wew V1_WARTOŚĆ
 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
wew WARTOŚĆ V2
 Current format: more efficient.

Metody dziedziczone

Wartości wyliczeniowe

publiczny statyczny końcowy SaverDef.CheckpointFormatVersion STARSZE

 Internal legacy format.
 
LEGACY = 0;

publiczny statyczny końcowy SaverDef.CheckpointFormatVersion NIEROZPOZNANY

publiczny statyczny końcowy SaverDef.CheckpointFormatVersion V1

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

publiczny statyczny końcowy SaverDef.CheckpointFormatVersion V2

 Current format: more efficient.
 
V2 = 2;

Stałe

publiczny statyczny końcowy int LEGACY_VALUE

 Internal legacy format.
 
LEGACY = 0;

Wartość stała: 0

publiczny statyczny końcowy int V1_VALUE

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

Wartość stała: 1

publiczny statyczny końcowy int V2_VALUE

 Current format: more efficient.
 
V2 = 2;

Wartość stała: 2