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...
but it still gaveAttributeError: module 'numpy' has no attribute 'ComplexWarning', so probably there is no ComplexWarning in numpy. I commented Line 1777:warnings.simplefilter("ignore", np.ComplexWarning)intest_sampling.pyand the failure is solved. Since it is a simple fix, should I submit...
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 ...
mxnet/numpy/utils.py", line 37, in <module> bool = onp.bool File "/home/runner/work/pricing-service/pricing-service/.tox/pricing-cfo/lib/python3.9/site-packages/numpy/__init__.py", line 284, in __getattr__ raise AttributeError("module {!r} has no attribute " AttributeError: ...