Skip to content

Commit 86db6b0

Browse files
committed
Fixed broken linkcheck
1 parent 709ebe4 commit 86db6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ignite/handlers/checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class ModelCheckpoint(Checkpoint):
871871
Argument ``save_as_state_dict`` is deprecated and should not be used. It is considered as True.
872872
873873
Argument ``save_interval`` is deprecated and should not be used. Please, use events filtering instead, e.g.
874-
:attr:`~ignite.engine.events.Events.ITERATION_STARTED(every=1000)`
874+
``Events.ITERATION_STARTED(every=1000)``.
875875
876876
There is no more internal counter that has been used to indicate the number of save actions. User could
877877
see its value `step_number` in the filename, e.g. `{filename_prefix}_{name}_{step_number}.pt`. Actually,

0 commit comments

Comments
 (0)