Skip to content

Commit

Permalink
fix for optimizer hook namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Mar 19, 2018
1 parent 6b4f388 commit 0fa7e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
1 change: 0 additions & 1 deletion docs/source/reference/index.rst
Expand Up @@ -16,7 +16,6 @@ Reference
functions
links
optimizers
optimizer_hooks
serializers
initializers
datasets
Expand Down
14 changes: 0 additions & 14 deletions docs/source/reference/optimizer_hooks.rst

This file was deleted.

9 changes: 5 additions & 4 deletions docs/source/reference/optimizers.rst
Expand Up @@ -34,7 +34,8 @@ Hook functions
:toctree: generated/
:nosignatures:

chainer.optimizer.WeightDecay
chainer.optimizer.Lasso
chainer.optimizer.GradientClipping
chainer.optimizer.GradientNoise
chainer.optimizer_hooks.WeightDecay
chainer.optimizer_hooks.Lasso
chainer.optimizer_hooks.GradientClipping
chainer.optimizer_hooks.GradientHardClipping
chainer.optimizer_hooks.GradientNoise

0 comments on commit 0fa7e8c

Please sign in to comment.