Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 7, 2023
1 parent e4e6b75 commit 04825b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvlinops/kfac.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _compute_kfac(self):
handle.remove()

def _compute_loss_and_backward(self, output: Tensor, y: Tensor):
"""Compute the loss and the backward pass(es) required for KFAC.
r"""Compute the loss and the backward pass(es) required for KFAC.
Args:
output: The model's prediction
Expand Down

0 comments on commit 04825b8

Please sign in to comment.