공개 정적 최종 열거형 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;
public static final 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