VariableAggregation

genel nihai numaralandırma VariableAggregation

 Indicates how a distributed variable will be aggregated.
 
Protobuf enum tensorflow.VariableAggregation

Sabitler

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.

Kalıtsal Yöntemler

Numaralandırma Değerleri

genel statik final Değişken Toplama TANIMAYAN

genel statik final VariableAggregation VARIABLE_AGGREGATION_MEAN

 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
 
VARIABLE_AGGREGATION_MEAN = 2;

genel statik final VariableAggregation 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;

genel statik final VariableAggregation 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;

genel statik final VariableAggregation VARIABLE_AGGREGATION_SUM

 `SUM`: Add the updates across replicas.
 
VARIABLE_AGGREGATION_SUM = 1;

Sabitler

genel statik final int VARIABLE_AGGREGATION_MEAN_VALUE

 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
 
VARIABLE_AGGREGATION_MEAN = 2;

Sabit Değer: 2

genel statik final int 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;

Sabit Değer: 0

genel statik final 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. Used, e.g., for the
 global step counter.
 
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA = 3;

Sabit Değer: 3

genel statik final int VARIABLE_AGGREGATION_SUM_VALUE

 `SUM`: Add the updates across replicas.
 
VARIABLE_AGGREGATION_SUM = 1;

Sabit Değer: 1