सार्वजनिक अंतिम गणना वेरिएबल एग्रीगेशन
Indicates how a distributed variable will be aggregated.
tensorflow.VariableAggregation
स्थिरांक
int यहाँ | VARIABLE_AGGREGATION_MEAN_VALUE | `MEAN`: Take the arithmetic mean ("average") of the updates across replicas. |
int यहाँ | VARIABLE_AGGREGATION_NONE_VALUE | `NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas. |
int यहाँ | VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA_VALUE | `ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. |
int यहाँ | VARIABLE_AGGREGATION_SUM_VALUE | `SUM`: Add the updates across replicas. |
विरासत में मिले तरीके
एनम मान
सार्वजनिक स्थैतिक अंतिम वेरिएबल एग्रीगेशन अपरिचित
सार्वजनिक स्थैतिक अंतिम वेरिएबलएग्रीगेशन VARIABLE_AGGREGATION_MEAN
`MEAN`: Take the arithmetic mean ("average") of the updates across replicas.
VARIABLE_AGGREGATION_MEAN = 2;
सार्वजनिक स्थैतिक अंतिम वेरिएबलएग्रीगेशन VARIABLE_AGGREGATION_NONE
`NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas.
VARIABLE_AGGREGATION_NONE = 0;
सार्वजनिक स्थैतिक अंतिम परिवर्तनीय एकत्रीकरण VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA
`ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. Used, e.g., for the global step counter.
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA = 3;
सार्वजनिक स्थैतिक अंतिम वेरिएबलएग्रीगेशन VARIABLE_AGGREGATION_SUM
`SUM`: Add the updates across replicas.
VARIABLE_AGGREGATION_SUM = 1;
स्थिरांक
सार्वजनिक स्थैतिक अंतिम पूर्णांक VARIABLE_AGGREGATION_MEAN_VALUE
`MEAN`: Take the arithmetic mean ("average") of the updates across replicas.
VARIABLE_AGGREGATION_MEAN = 2;
स्थिर मान: 2
सार्वजनिक स्थैतिक अंतिम पूर्णांक VARIABLE_AGGREGATION_NONE_VALUE
`NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas.
VARIABLE_AGGREGATION_NONE = 0;
स्थिर मान: 0
सार्वजनिक स्थैतिक अंतिम पूर्णांक VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA_VALUE
`ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. Used, e.g., for the global step counter.
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA = 3;
स्थिर मान: 3
सार्वजनिक स्थैतिक अंतिम पूर्णांक VARIABLE_AGGREGATION_SUM_VALUE
`SUM`: Add the updates across replicas.
VARIABLE_AGGREGATION_SUM = 1;
स्थिर मान: 1