barry-jin commented on pull request #20714: URL: https://github.com/apache/incubator-mxnet/pull/20714#issuecomment-955069005
> Curious! The CI complains about > > ```python > ModuleNotFoundError: No module named 'mxnet.metric' > ``` > > On my local machine, I get the error > > ```python > ModuleNotFoundError: No module named 'mxnet.gluon.metric' > ``` > > I'm on `1.8.0`, using `mxnet-1.8.0.post0-py2.py3-none-manylinux2014_x86_64.whl` Hi @shimst3r, metric package in MXNet master branch has been moved to gluon, you can follow the migration guide [here](https://mxnet.apache.org/versions/master/api/python/docs/tutorials/getting-started/gluon_migration_guide.html#Metrics). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
