Unable to load transforms from vision

I’m trying some Gluon samples and get an error when executing the following with Python 3.5, Ubuntu 16.04.4 …

from mxnet.gluon.data.vision import transforms

I’ve done …

pip install --pre -U mxnet
pip install gluoncv

Any advice would be appreciated.

hi what’s the specific error message you’re getting. just an inability to import?

Hi Sad!

Thank you for the reply. Yes, it was a failure to import. I resolved it by installing the daily mxnet build for GPU instead of CPU. I’m running into other issues running the gluoncv samples, but this one seems to be resolved (unless you need the CPU version :))