TuriCreate does not support CUDA 10. TuriCreate currently uses MXNet for its deep learning. The latest version of MXNet which works with TuriCreate is 1.1.0. The first version of MXNet to support CUDA 10 is 1.3.1. Do you need CUDA 10? Or would CUDA 9 work? We support CUDA 9. It loo...
I install mxnet with this commandpip install mxnet-cu80,when I use the rnn API,I get an errorAttributeError: module 'mxnet' has no attribute 'rnn', but I notice that in the source code mx.rnn is still here. Author lilhope commented May 2, 2017 I use python3 and anaconda lilhope ...
square(gvar - gram[i]))) AttributeError: 'module' object has no attribute 'sum I search the source code, but can't find any lines that define the class symbol.sum grep "def" in ./mxnet/python/mxnet/symbol.py def __mul__(self, other): def __rmul__(self, other): def __div...
Description When importing DeepAREstimator from gluonts, looks like the component.py code checks the mxnet (imported as mx) - mx.gluon and fails with an AttributeError - module 'mxnet.gluon' has no attribute 'ParameterDict' Machine: Mac ...