You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the Time-Grad-Electricity.ipynb notebook on wiki data and got an error below.
RuntimeError: input.size(-1) must be equal to input_size. Expected 28611, got 6006
Is it because wiki data has 9000+ dimension and train_grouper = MultivariateGrouper(max_target_dim=min(2000, int(dataset.metadata.feat_static_cat[0].cardinality))) cut it into 2000?
The text was updated successfully, but these errors were encountered:
I am running the Time-Grad-Electricity.ipynb notebook on wiki data and got an error below.
RuntimeError: input.size(-1) must be equal to input_size. Expected 28611, got 6006
Is it because wiki data has 9000+ dimension and
train_grouper = MultivariateGrouper(max_target_dim=min(2000, int(dataset.metadata.feat_static_cat[0].cardinality)))
cut it into 2000?The text was updated successfully, but these errors were encountered: