SaverDef.CheckpointFormatVersion
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
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.
Protobuf enum
tensorflow.SaverDef.CheckpointFormatVersion
Costanti
int | LEGACY_VALUE |
Internal legacy format. |
int | V1_VALORE |
Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
int | V2_VALORE |
Current format: more efficient. |
Metodi ereditati
Dalla classe java.lang.Enum finale int | |
int | confrontaCon (Oggetto arg0) |
booleano finale | è uguale a (Oggetto arg0) |
Classe finale< SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
finale int | codicehash () |
stringa finale | nome () |
finale int | ordinale () |
Corda | aStringa () |
statico <T estende Enum<T>> T | valoreOf (Classe<T> arg0, Stringa arg1) |
Dalla classe java.lang.Object booleano | è uguale a (Oggetto arg0) |
Classe finale<?> | getClass () |
int | codicehash () |
vuoto finale | avvisare () |
vuoto finale | notificaTutti () |
Corda | aStringa () |
vuoto finale | attendere (lungo arg0, int arg1) |
vuoto finale | aspetta (lungo arg0) |
vuoto finale | Aspettare () |
Dall'interfaccia java.lang.Comparable Valori di enumerazione
Internal legacy format.
LEGACY = 0;
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Current format: more efficient.
V2 = 2;
Costanti
public static final int LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Valore costante: 0
public static final int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Valore costante: 1
public static final int V2_VALUE
Current format: more efficient.
V2 = 2;
Valore costante: 2
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-18 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-11-18 UTC."],[],[]]