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 9464b50 commit 48b84baCopy full SHA for 48b84ba
python/layers/gdn.py
@@ -49,7 +49,7 @@ class GDN(tf.keras.layers.Layer):
49
generalization of a particular sigmoid-type function:
50
51
```
52
- y[i] = x[i] / sqrt(beta[i] + sum_j(gamma[j, i] * x[j]))
+ y[i] = x[i] / sqrt(beta[i] + sum_j(gamma[j, i] * x[j]^2))
53
54
55
where `i` and `j` run over channels. This implementation never sums across
0 commit comments