Skip to content

Commit 0671b36

Browse files
committed
Fixed broken linkcheck
1 parent f264179 commit 0671b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/handlers/checkpoint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ class ModelCheckpoint(Checkpoint):
885885
Argument ``save_as_state_dict`` is deprecated and should not be used. It is considered as True.
886886
887887
Argument ``save_interval`` is deprecated and should not be used. Please, use events filtering instead, e.g.
888-
:attr:`~ignite.engine.events.Events.ITERATION_STARTED(every=1000)`
888+
``Events.ITERATION_STARTED(every=1000)``.
889889
890890
There is no more internal counter that has been used to indicate the number of save actions. User could
891891
see its value `step_number` in the filename, e.g. `{filename_prefix}_{name}_{step_number}.pt`. Actually,

0 commit comments

Comments
 (0)