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: [email protected] With regards, Apache Git Services
