التعداد النهائي العام الثابت 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
الثوابت
كثافة العمليات | LEGACY_VALUE | Internal legacy format. |
كثافة العمليات | V1_VALUE | Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
كثافة العمليات | V2_VALUE | Current format: more efficient. |
الطرق الموروثة
قيم التعداد
النهائي العام الثابت SaverDef.CheckpointFormatVersion LEGACY
Internal legacy format.
LEGACY = 0;
النهائي العام الثابت SaverDef.CheckpointFormatVersion غير معروف
النهائي العام الثابت SaverDef.CheckpointFormatVersion V1
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
النهائي العام الثابت SaverDef.CheckpointFormatVersion V2
Current format: more efficient.
V2 = 2;
الثوابت
int النهائي الثابت العام LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
القيمة الثابتة: 0
النهائي الثابت العام V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
القيمة الثابتة: 1
النهائي الثابت العام V2_VALUE
Current format: more efficient.
V2 = 2;
القيمة الثابتة: 2