kaivu1999 edited a comment on issue #15053: ImportError: cannot import name 'transforms' URL: https://github.com/apache/incubator-mxnet/issues/15053#issuecomment-495525509 Yeah I am have installed BMXnet as I want to use it. I installed mxnet first ofcourse, and then bmxnet in the same environment. Yeah I checked in an other virtual environment with only mxnet-cu92 installed it works !! So I can't use transforms while using in this particular environment ? Can something be done? ``` >>> from mxnet import gluon >>> print(gluon.__file__) /home/kaivalya/ntu_first/env/lib/python3.5/site-packages/mxnet/gluon/__init__.py ```
---------------------------------------------------------------- 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
