Closed lg1000 closed 2 years 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'"
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.