You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/10/29 21:53:44 UTC

[GitHub] [incubator-mxnet] barry-jin commented on pull request #20714: [DOC] Fix wrong imports in Gluon Crash Course Step 4

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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org