public static Final 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. |
継承されたメソッド
列挙値
public static Final 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;
定数
パブリック静的最終整数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