Closed nyanko-box closed 4 years ago
Hi @nyanko-box ,
thank you for using GluonTS.
GluonTS is currently incompatible with mxnet 1.5.0. Try downgrading to the recommended mxnet 1.4.1 and try again.
@mbohlkeschneider
Thank you for replying my question.
GluonTS is currently incompatible with mxnet 1.5.0. Try downgrading to the recommended mxnet 1.4.1 and try again.
Sorry, I missed the Installation info and installed latest version...
pip install --upgrade mxnet==1.4.1 gluonts
It was confirmed that the conversion process successfully done from generator
to list
by downgrading mxnet-cu100 from 1.5.0 to 1.4.1.
Thank you for spending your time to my tiny question.
Hi, there.
I newly installed MXNet and GluonTS in Python 3.6.8 environment. My PC and Python configrations are the followings.
OS: Windows 10 pro 10.0.17763 build 17763 CPU: Intel(R) Core(TM) i7-8700 RAM: 64GB GPU: NVIDIA GeForce GTX 1080Ti
CUDA: v10.0.130 CuDNN: v7.4.1
Python: 3.6.8 pandas: 0.25.3 numpy: 1.16.5 mxnet: cu100-1.5.0 gluonts: 0.4.2 jupyter: 1.0.0 jupyterlab: 1.2.3 notebook: 6.0.2
I downloaded the notebook of Extended Forecasting Tutorial and run on jupyterlab. Then,
MXNetError: vector<T> too long
occurred when convertinggenerator
tolist
.Does anyone have the insight about this? Thanks in advance.
Full sentence of error is the following.