You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
When I use LBSGD, the error occurs that reminds me
File "/home/me/anaconda/lib/python2.7/site-packages/mxnet/optimizer.py", line 758, in _l2norm
norm = multiply(v, v).asnumpy().sum()
NameError: global name 'multiply' is not defined
I add this in the optimizer.py manually and have solved the problem. So is this a bug existing in MXNet?
When I use LBSGD, the error occurs that reminds me
I add this in the
optimizer.pymanually and have solved the problem. So is this a bug existing in MXNet?And I want to know whether the LBSGD optimizer is done or not in MXNet. Because I see this in https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/optimizer.py#L734: