Error: on initilizing input_size in DeepAREstimator #54
Replies: 1 comment 2 replies
-
Thanks for the question... So yes in PyTorch we need to explicitly create the correct sized layers and this Also depending on the data set we can have any number of dynamic features and also embedding vectors coming from categorical features, whose size is another hyper-parameter. Therefore the upshot of it is that the |
Beta Was this translation helpful? Give feedback.
-
Getting error:
input.size(-1) must be equal to input_size. Expected 43, got 19
when we run estimator with the dataset showed in the summary text of your post using the example and dateset :
Please explain how input_size is 43 and how the code is getting it as 19.
Beta Was this translation helpful? Give feedback.
All reactions