Skip to content

Commit

Permalink
Fix docs file basename (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed May 7, 2024
1 parent ddc49cc commit 252da8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axon/loop.ex
Expand Up @@ -1211,7 +1211,7 @@ defmodule Axon.Loop do
|> Axon.Loop.checkpoint(event: :iteration_completed, filter: [every: 50])
Checkpoints are saved under the `checkpoint/` directory with a pattern
of `checkpoint_{epoch}.ckpt`. You can customize the path and pattern
of `checkpoint_{epoch}_{iteration}.ckpt`. You can customize the path and pattern
with the `:path` and `:file_pattern` options:
my_file_pattern =
Expand Down

0 comments on commit 252da8c

Please sign in to comment.