Skip to content

Commit

Permalink
[DOC] Fix markdown syntax in natural gradient example
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Oct 17, 2024
1 parent 8e47e57 commit 0c2adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/basic_usage/example_inverses.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
loss_function = nn.MSELoss(reduction="mean").to(DEVICE)


# %
# %%
#
# Next, let's compute the ingredients for the natural gradient.
#
Expand Down

0 comments on commit 0c2adc7

Please sign in to comment.