สาธารณะคงสุดท้าย enum 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
int สุดท้ายคงที่สาธารณะ V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
ค่าคงที่: 1
int สุดท้ายคงที่สาธารณะ V2_VALUE
Current format: more efficient.
V2 = 2;
ค่าคงที่: 2