Deep learning, pre-trained Sentinel Model for fine-tuning

67
0
2 weeks ago
Labels (1)
santhosh
New Contributor

Hi , i am trying to train data model using Land Cover Classification (Sentinel-2) model for my study area, i followed the steps in fine tune page .

https://doc.arcgis.com/en/pretrained-models/latest/imagery/finetuning-the-land-cover-classification-...

And for Input Feature Class Or Classified Raster Or Table: I used polygon data 

But i am getting this error when i try to train the model with trained data

 

Fine tune error using polygon

:Error(s) in loading state_dict for DynamicUnet:

size mismatch for layers.11.0.weight: copying a param with shape torch.Size([17, 108, 1, 1]) from checkpoint, the shape in current model is torch.Size([2, 108, 1, 1]).

size mismatch for layers.11.0.bias: copying a param with shape torch.Size([17]) from checkpoint, the shape in current model is torch.Size([2])..Training was not successful.

0 Kudos
0 Replies