VariableAggregation

VariableAggregation ตัวแปรสุดท้ายสาธารณะ

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

ค่าคงที่

ภายใน VARIABLE_AGGREGATION_MEAN_VALUE
 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
ภายใน VARIABLE_AGGREGATION_NONE_VALUE
 `NONE`: This is the default, giving an error if you use a
 variable-update operation with multiple replicas.
ภายใน 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.
ภายใน VARIABLE_AGGREGATION_SUM_VALUE
 `SUM`: Add the updates across replicas.

วิธีการสืบทอด

ค่าแจงนับ

VariableAggregation สุดท้ายแบบคงที่สาธารณะ ไม่ได้รับการยอมรับ

VariableAggregation สุดท้ายแบบคงที่สาธารณะ VARIABLE_AGGREGATION_MEAN

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

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;

สาธารณะคงสุดท้าย 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;

VariableAggregation สุดท้ายแบบคงที่สาธารณะ VARIABLE_AGGREGATION_SUM

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

ค่าคงที่

int สุดท้ายแบบคงที่สาธารณะ VARIABLE_AGGREGATION_MEAN_VALUE

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

ค่าคงที่: 2

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;

ค่าคงที่: 0

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;

ค่าคงที่: 3

int คงที่สาธารณะขั้นสุดท้าย VARIABLE_AGGREGATION_SUM_VALUE

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

ค่าคงที่: 1