We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d1f04 commit b301fbbCopy full SHA for b301fbb
tensorflow_tts/optimizers/gradient_accumulate.py
@@ -60,7 +60,6 @@ def __call__(self, gradients):
60
tf.zeros_like(gradient),
61
trainable=False,
62
synchronization=tf.VariableSynchronization.ON_READ,
63
- aggregation=tf.VariableAggregation.ONLY_FIRST_REPLICA,
64
)
65
if gradient is not None
66
else gradient
0 commit comments