Skip to content

Commit 8a1de70

Browse files
committed
Fixed broken linkcheck
1 parent 7b812c0 commit 8a1de70

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
@@ -751,7 +751,7 @@ class ModelCheckpoint(Checkpoint):
751751
Argument ``save_as_state_dict`` is deprecated and should not be used. It is considered as True.
752752
753753
Argument ``save_interval`` is deprecated and should not be used. Please, use events filtering instead, e.g.
754-
:attr:`~ignite.engine.events.Events.ITERATION_STARTED(every=1000)`
754+
``Events.ITERATION_STARTED(every=1000)``.
755755
756756
There is no more internal counter that has been used to indicate the number of save actions. User could
757757
see its value `step_number` in the filename, e.g. `{filename_prefix}_{name}_{step_number}.pt`. Actually,

0 commit comments

Comments
 (0)