Skip to content

Commit

Permalink
Merge pull request #8526 from msakai/patch-4
Browse files Browse the repository at this point in the history
Fix typo: chainermn.extension -> chainermn.extensions
  • Loading branch information
kuenishi committed Jan 8, 2020
2 parents 9350aa3 + 3b87d76 commit 90b0cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainermn/extensions/checkpoint.py
Expand Up @@ -48,7 +48,7 @@ def create_multi_node_checkpointer(name, comm, cp_interval=5,
set to the trainer.
.. note:: The checkpointer is deprecated. Please use
:func:`chainermn.extension.multi_node_snapshot` instead.
:func:`chainermn.extensions.multi_node_snapshot` instead.
After training finished without errors all those temporary
checkpoints will be cleaned up at all nodes.
Expand Down

0 comments on commit 90b0cd4

Please sign in to comment.