enum tĩnh cuối cùng 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
Hằng số
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. |
Phương pháp kế thừa
Giá trị liệt kê
cuối cùng tĩnh công khai SaverDef.CheckpointFormatVersion LEGACY
Internal legacy format.
LEGACY = 0;
cuối cùng tĩnh công khai SaverDef.CheckpointFormatVersion KHÔNG ĐƯỢC CÔNG NHẬN
cuối cùng tĩnh công khai SaverDef.CheckpointFormatVersion V1
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
cuối cùng tĩnh công khai SaverDef.CheckpointFormatVersion V2
Current format: more efficient.
V2 = 2;
Hằng số
int tĩnh công khai LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Giá trị không đổi: 0
int tĩnh cuối cùng V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Giá trị không đổi: 1
int tĩnh cuối cùng V2_VALUE
Current format: more efficient.
V2 = 2;
Giá trị không đổi: 2