RegressionTask Error #2657
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
also this is how I defined the task task = RegressionTask(model = 'resnet50',backbone='resnet50',weights="ResNet50_Weights.SENTINEL2_ALL_MOCO",in_channels=9,num_outputs=11,loss='mse',lr=0.0001,patience = 10,freeze_backbone=True) |
Beta Was this translation helpful? Give feedback.
-
Can you share the rest of your notebook? This is likely because you are importing |
Beta Was this translation helpful? Give feedback.
-
Can you tell me more about this use case? What would the CSV file look like? I've never seen a dataset in this format before, so it doesn't sound like a common use case. |
Beta Was this translation helpful? Give feedback.
Can you share the rest of your notebook? This is likely because you are importing
pytorch_lightning.Trainer
when it should belightning.Trainer