Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix __all__ in optimizer/optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Oct 20, 2018
1 parent 76d5197 commit 5866d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/mxnet/optimizer/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

__all__ = [
'AdaDelta', 'AdaGrad', 'Adam', 'Adamax', 'DCASGD', 'FTML', 'Ftrl', 'LBSGD',
'NAG', 'NDArray', 'NDabs', 'Nadam', 'Optimizer', 'RMSProp', 'SGD', 'SGLD',
'Signum', 'Test', 'Updater', 'ccSGD', 'create', 'get_updater', 'register'
'NAG', 'NDabs', 'Nadam', 'Optimizer', 'RMSProp', 'SGD', 'SGLD', 'Signum',
'Test', 'Updater', 'ccSGD', 'create', 'get_updater', 'register'
]


Expand Down

0 comments on commit 5866d19

Please sign in to comment.