énumération finale statique publique 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.
tensorflow.SaverDef.CheckpointFormatVersion
Constantes
int | LEGACY_VALUE | Internal legacy format. |
int | V1_VALUE | Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
int | V2_VALUE | Current format: more efficient. |
Méthodes héritées
Valeurs d'énumération
public statique final SaverDef.CheckpointFormatVersion LEGACY
Internal legacy format.
LEGACY = 0;
public static final SaverDef.CheckpointFormatVersion NON RECONNU
public statique final SaverDef.CheckpointFormatVersion V1
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
public statique final SaverDef.CheckpointFormatVersion V2
Current format: more efficient.
V2 = 2;
Constantes
public statique final int LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Valeur constante : 0
public statique final int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Valeur constante : 1
public statique final int V2_VALUE
Current format: more efficient.
V2 = 2;
Valeur constante : 2