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 2019/05/23 19:07:36 UTC

[GitHub] [incubator-mxnet] zachgk commented on issue #15053: ImportError: cannot import name 'transforms'

zachgk commented on issue #15053: ImportError: cannot import name 'transforms'
URL: https://github.com/apache/incubator-mxnet/issues/15053#issuecomment-495346413
 
 
   @kaivu1999 Can you try checking what installation is being used for mxnet?:
   ```
   from mxnet import gluon
   print(gluon.__file__)
   ```
   
   If you are using the bmxnet, it does not contain the gluon.data.vision.transforms.py file. It is an old fork of mxnet and the transforms which are here on master https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/data/vision/transforms.py are not present there https://github.com/hpi-xnor/BMXNet/tree/master/python/mxnet/gluon/data

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services