Skip to content

Commit

Permalink
fix undefined zeros in optimizer.py (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Jun 21, 2017
1 parent c134687 commit 1914471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mxnet/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import mxnet as mx
from .ndarray import NDArray, clip, sqrt, sign
from .ndarray import sgd_update, sgd_mom_update, adam_update, rmsprop_update, rmspropalex_update
from .ndarray_utils import zeros
from .random import normal


Expand Down

0 comments on commit 1914471

Please sign in to comment.