Replies: 4 comments 3 replies
-
|
@push44 Is this related to this package or AutoGluon? Please provide a complete example to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
|
@abdulfatir not facing issue while using Instances:
Package version:
|
Beta Was this translation helpful? Give feedback.
-
|
Hello @abdulfatir please take a look at the following reproducible example. Below example gives me error: Thanks in advance for taking time. Really appreciate it. |
Beta Was this translation helpful? Give feedback.
-
|
@abdulfatir Yes, I have mentioned this in the description. Code works in local machine but fails on AWS infrastructure ie., EC2 Sagemaker. This does not happen with other packages of Autolguon; I tested on TabularPredictor. Do you still think I should move the issue to Autolguon repo? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using trying to run following code in AWS Sagemaker Studio Jupyterlab Notebook, but getting
RuntimeError: The size of tensor a (6) must match the size of tensor b (5) at non-singleton dimension 3.Key Details:
train_df.shape[0] == train_df[['item_id','timestamp']].drop_duplicates().shape[0]So there are no duplicates that cause this error.Hence, I am not able to debug what is causing this issue and leaning more towards it has nothing to do with
train_df. Any help help be greatly appreciated. Thanks!Beta Was this translation helpful? Give feedback.
All reactions