Skip to content

Commit 252da8c

Browse files
authored
Fix docs file basename (#569)
1 parent ddc49cc commit 252da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/axon/loop.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ defmodule Axon.Loop do
12111211
|> Axon.Loop.checkpoint(event: :iteration_completed, filter: [every: 50])
12121212
12131213
Checkpoints are saved under the `checkpoint/` directory with a pattern
1214-
of `checkpoint_{epoch}.ckpt`. You can customize the path and pattern
1214+
of `checkpoint_{epoch}_{iteration}.ckpt`. You can customize the path and pattern
12151215
with the `:path` and `:file_pattern` options:
12161216
12171217
my_file_pattern =

0 commit comments

Comments
 (0)