Skip to content

Commit

Permalink
Standardize shape in tda_loss docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
recisic committed Jun 8, 2024
1 parent 4ea7715 commit 9ab4c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlcolvar/core/loss/tda_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def tda_loss(
Parameters
----------
H : torch.Tensor
Shape ``(n_batches, n_features)``. Output of the NN.
Shape ``(n_batches, n_cvs)``. Output of the NN.
labels : torch.Tensor
Shape ``(n_batches,)``. Labels of the dataset.
n_states : int
Expand Down

0 comments on commit 9ab4c9f

Please sign in to comment.