VariableAggregation

পাবলিক ফাইনাল এনাম ভ্যারিয়েবল অ্যাগ্রিগেশন

 Indicates how a distributed variable will be aggregated.
 
Protobuf enum 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 সর্বজনীন স্ট্যাটিক চূড়ান্ত int

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

ধ্রুবক মান: 2

VARIABLE_AGGREGATION_NONE_VALUE সর্বজনীন স্ট্যাটিক চূড়ান্ত int

 `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 সর্বজনীন স্ট্যাটিক ফাইনাল int

 `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 সর্বজনীন স্ট্যাটিক চূড়ান্ত int

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

ধ্রুবক মান: 1