Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 9, 2023
1 parent 1141c50 commit 58f44d1
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 @@ -284,7 +284,7 @@ def _compute_loss_and_backward(self, output: Tensor, y: Tensor):
Raises:
ValueError: If ``fisher_type`` is not ``'type-2'``, ``'mc'``, or
``'empirical'``.
NotImplementedError: If ``fisher_type`` is ``'type-1'`` and the
NotImplementedError: If ``fisher_type`` is ``'type-2'`` and the
output is not 2d.
"""
if self._fisher_type == "type-2":
Expand Down

0 comments on commit 58f44d1

Please sign in to comment.