Skip to content

Commit

Permalink
Fixed broken linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jan 17, 2022
1 parent 8ac90da commit f4ffa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/handlers/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ class ModelCheckpoint(Checkpoint):
Argument ``save_as_state_dict`` is deprecated and should not be used. It is considered as True.
Argument ``save_interval`` is deprecated and should not be used. Please, use events filtering instead, e.g.
:attr:`~ignite.engine.events.Events.ITERATION_STARTED(every=1000)`
``Events.ITERATION_STARTED(every=1000)``.
There is no more internal counter that has been used to indicate the number of save actions. User could
see its value `step_number` in the filename, e.g. `{filename_prefix}_{name}_{step_number}.pt`. Actually,
Expand Down

0 comments on commit f4ffa27

Please sign in to comment.