Open ccw12345 opened 3 years ago
In our paper, we use SE-ResNet50 as our backbone and initialize it with weights pretrained on ImageNet (available at https://github.com/moskomule/senet.pytorch/releases/download/archive/seresnet50-60a8950a85b2b.pkl). After that, we trained our whole model end-to-end by using the remote sensing change detection dataset.
I am confused about your training process. you load the pretrained model,i want to know the pretrained model and other parts of the model are independently trained or freeze the pretrained model,only train the other parts of the model?