enum akhir statis publik 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 Konstanta
| ke dalam | LEGACY_VALUE | Internal legacy format. |
| ke dalam | V1_VALUE | Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
| ke dalam | V2_VALUE | Current format: more efficient. |
Metode Warisan
Nilai Enum
SaverDef.CheckpointFormatVersion LEGACY akhir statis publik
Internal legacy format.
LEGACY = 0; SaverDef.CheckpointFormatVersion final statis publik TIDAK DIAKUI
SaverDef.CheckpointFormatVersion V1 final statis publik
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1; SaverDef.CheckpointFormatVersion V2 final statis publik
Current format: more efficient.
V2 = 2; Konstanta
int akhir statis publik LEGACY_VALUE
Internal legacy format.
LEGACY = 0; Nilai Konstan: 0
int akhir statis publik V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1; Nilai Konstan: 1
int akhir statis publik V2_VALUE
Current format: more efficient.
V2 = 2; Nilai Konstan: 2