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

same calculation for CrossEntropy and NegativeLogLikelihood in mxnet.metric #18266

Closed
acphile opened this issue May 9, 2020 · 1 comment · Fixed by #18794
Closed

same calculation for CrossEntropy and NegativeLogLikelihood in mxnet.metric #18266

acphile opened this issue May 9, 2020 · 1 comment · Fixed by #18794
Assignees

Comments

@acphile
Copy link
Contributor

acphile commented May 9, 2020

CrossEntropy: http://mxnet.incubator.apache.org/api/python/docs/api/metric/index.html#mxnet.metric.CrossEntropy
NegativeLogLikelihood: http://mxnet.incubator.apache.org/api/python/docs/api/metric/index.html#mxnet.metric.NegativeLogLikelihood
Currently, in mxnet.metric, the definition of CrossEntropy is actually same as the definition of NegativeLogLikelihood, which leads to a duplicate in mxnet.metric.

@acphile acphile added the Bug label May 9, 2020
@eric-haibin-lin
Copy link
Member

i think we can remove one of them

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants