Can't import DeepAREstimator from gluonts.model
#2993
|
I did install GluonTS on a cluster via Any help would be appreciated @lostella et al :) |
Replies: 5 comments
for the mxnet-based version, and for the torch-based version. |
Yes, @lostella! Thanks for your help! for DeepAREstimator, it's working as you mentioned, but I'm facing issues while using TransformerEstimator, I'm using from I did try Appreciate your suggestions! |
|
Right: not all models are implemented also in torch, this table has it summarized https://ts.gluon.ai/stable/getting_started/models.html |
Thanks a lot @lostella for the link and time! Please mark this issue as resolved! If I had another question, will open an issue if you wouldn't mind ;) |
for the mxnet-based version, and
for the torch-based version.