likyoo / open-cd

A Change Detection Repo Standing on the Shoulders of Giants
https://arxiv.org/abs/2407.15317
Apache License 2.0
540 stars 76 forks source link

Using pretrained model weights in model training #83

Open mustafacavusoglu opened 8 months ago

mustafacavusoglu commented 8 months ago

how can I use pretrained model weights in model training?

Aya-shawky commented 4 hours ago

resume = true , load from = "path to your model.pth" or resume = false, load from = "path to your model.pth"

if you use pretrained let pretrained=None