Skip to content

Commit

Permalink
Update layers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocuturi committed Nov 21, 2023
1 parent b961b3b commit ee4b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ott/neural/models/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __call__(self, inputs: jnp.ndarray) -> jnp.ndarray:


class PosDefPotentials(nn.Module):
"""A layer to output (0.5 [A_i A_i^T] (x - b_i)_i potentials.
"""A layer to output (0.5 || A_i^T (x - b_i)||^2)_i potentials.
Args:
use_bias: whether to add a bias to the output.
Expand Down

0 comments on commit ee4b9e0

Please sign in to comment.