isl-org / lang-seg

Language-Driven Semantic Segmentation
MIT License
706 stars 87 forks source link

about finetune_weights #43

Open yash0307 opened 1 year ago

yash0307 commented 1 year ago

There is a flag --finetune_weights in modules/lseg_module.py, I do not see where this flag is used. Can it be directly used to fine-tune a pre-trained model on a new dataset?

zy1296 commented 1 year ago

Hi @yash0307,

Have you figured out how to finetune the model on a new dataset?