business-science / modeltime.gluonts

GluonTS Deep Learning with Modeltime
https://business-science.github.io/modeltime.gluonts/
Other
38 stars 11 forks source link

MX related error, suddenly appearing #46

Closed lg1000 closed 1 year ago

lg1000 commented 1 year ago

After successfully installing and testing the package for a fey days, some error message suddenly appears, when I am trying to fit a deepar model: "Error in py_get_attr_impl(x, name, silent) : AttributeError: module 'gluonts' has no attribute 'mx'"

My code did not change, so I am confused, why there seems to be a problem with mxnet related tasks.

lg1000 commented 1 year ago

I just installed pytorch, to check if different engines are working. After installing, the default engine works, but the torch engine does not. When I am trying to use pytorch, it states: "Error in py_get_attr_impl(x, name, silent) : AttributeError: module 'gluonts.torch.model' has no attribute 'deepar'"