Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 10, 2023
1 parent 0419670 commit e196544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/moscot/backends/ott/_gap_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ def __loss_fn(
batch: Dict[str, jnp.ndarray],
) -> Tuple[float, Dict[str, float]]:
"""
Loss function for validation.
Loss function for validation.
As per :cite:`bunne2022supervised`, we compute:
- Sinkhorn divergence between predicted target and ground truth
- Maximum Mean Discrepancy
Expand Down

0 comments on commit e196544

Please sign in to comment.