Gluon-nlp: New optimizer gluonnlp.optimizer.lamb.LAMB is overriding existing optimizer mxnet.optimizer.optimizer.LAMB

Created on 25 Nov 2019  路  7Comments  路  Source: dmlc/gluon-nlp

[2019-11-25T02:55:07.913Z] /var/lib/jenkins/workspace/gluon-nlp-cpu-py3/conda/cpu/py3-master/lib/python3.5/site-packages/mxnet/optimizer/optimizer.py:166: UserWarning: WARNING: New optimizer gluonnlp.optimizer.lamb.LAMB is overriding existing optimizer mxnet.optimizer.optimizer.LAMB

bug release focus

Most helpful comment

@access2rohit both GluonNLP's and MXNet's optimizer.lamb are based on https://arxiv.org/pdf/1904.00962.pdf
So we may just drop the GluonNLP version.
Do you have any specific concerns about the naming of the MXNet version?

All 7 comments

@leezu can you suggest a name for the mxnet lamb optimizer ? I will create a PR to rename it

@access2rohit both GluonNLP's and MXNet's optimizer.lamb are based on https://arxiv.org/pdf/1904.00962.pdf
So we may just drop the GluonNLP version.
Do you have any specific concerns about the naming of the MXNet version?

@leezu I don't have concerns about name of MXNet Lamb optimizer. I thought MXNet name was clashing with that of GluonNLP one so I might need to change in MXNet.

@access2rohit would it make sense to backport your MXNet PR for MXNet 1.6 release? GluonNLP will depend on MXNet 1.6, so we can't drop the current implementation.
CC @eric-haibin-lin

I think the changes have been backported to 1.6 on Dec 10, 2019 https://github.com/apache/incubator-mxnet/commits/v1.6.x.

@zburning you can consider working on this (which should fix your issue https://github.com/dmlc/gluon-nlp/issues/1085?)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ktoetotam picture ktoetotam  路  4Comments

eric-haibin-lin picture eric-haibin-lin  路  5Comments

szha picture szha  路  4Comments

barry-jin picture barry-jin  路  6Comments

rondogency picture rondogency  路  4Comments