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
int cuối cùng | so sánhTo ( SaverDef.CheckpointFormatVersion arg0) |
int | so sánh (Đối tượng arg0) |
boolean cuối cùng | bằng (Đối tượng arg0) |
Lớp cuối cùng< SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
int cuối cùng | mã băm () |
chuỗi cuối cùng | tên () |
int cuối cùng | thứ tự () |
Sợi dây | toString () |
tĩnh <T mở rộng Enum<T>> T | valueOf (Lớp<T> arg0, Chuỗi arg1) |
boolean | bằng (Đối tượng arg0) |
Lớp cuối cùng<?> | getClass () |
int | mã băm () |
khoảng trống cuối cùng | thông báo () |
khoảng trống cuối cùng | thông báoTất cả () |
Sợi dây | toString () |
khoảng trống cuối cùng | chờ đã (arg0 dài, int arg1) |
khoảng trống cuối cùng | chờ đã (arg0 dài) |
khoảng trống cuối cùng | Chờ đợi () |
int trừu tượng | so sánhTo ( SaverDef.CheckpointFormatVersion arg0) |
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