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

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

Description

@acphile

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions