Skip to content

Commit b301fbb

Browse files
committed
🤙 Update gradient Accumulator multi-gpu aggregation.
1 parent 19d1f04 commit b301fbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow_tts/optimizers/gradient_accumulate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def __call__(self, gradients):
6060
tf.zeros_like(gradient),
6161
trainable=False,
6262
synchronization=tf.VariableSynchronization.ON_READ,
63-
aggregation=tf.VariableAggregation.ONLY_FIRST_REPLICA,
6463
)
6564
if gradient is not None
6665
else gradient

0 commit comments

Comments
 (0)