Skip to content

Commit f4ffa27

Browse files
committed
Fixed broken linkcheck
1 parent 8ac90da commit f4ffa27

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

0 commit comments

Comments
 (0)