-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformer/multivariate.ipynb GluonTSDataError #15
Comments
gluonts==0.13.1 |
happens on the train call predictor = estimator.train( |
hmm i see let me confirm... i might need to update it for the new gluonts api |
Thanks StudentTOutput changed too |
indeed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File ~/code/cqg/bts/spark/ml/.venv/lib/python3.9/site-packages/gluonts/torch/model/estimator.py:205, in PyTorchLightningEstimator.train_model(self, training_data, validation_data, from_predictor, shuffle_buffer_length, cache_data, ckpt_path, **kwargs)
...
93 """
94 if not condition:
---> 95 raise exception_class(message.format(*args, **kwargs))
GluonTSDataError: Input for field "target" does not have the requireddimension (field: target, ndim observed: 2, expected ndim: 1)
The text was updated successfully, but these errors were encountered: