We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc49cc commit 252da8cCopy full SHA for 252da8c
lib/axon/loop.ex
@@ -1211,7 +1211,7 @@ defmodule Axon.Loop do
1211
|> Axon.Loop.checkpoint(event: :iteration_completed, filter: [every: 50])
1212
1213
Checkpoints are saved under the `checkpoint/` directory with a pattern
1214
- of `checkpoint_{epoch}.ckpt`. You can customize the path and pattern
+ of `checkpoint_{epoch}_{iteration}.ckpt`. You can customize the path and pattern
1215
with the `:path` and `:file_pattern` options:
1216
1217
my_file_pattern =
0 commit comments