raoyongming / DenseCLIP

[CVPR 2022] DenseCLIP: Language-Guided Dense Prediction with Context-Aware Prompting
505 stars 38 forks source link

Question about training process #48

Closed 0xac9527 closed 8 months ago

0xac9527 commented 8 months ago

I run following for training on ade dataset,

bash dist_train.sh configs/denseclip_fpn_res50_512x512_80k.py 8

command lines output as follows, but training process goes on....

[] [] are misaligned params in CLIPResNet [] [] are misaligned params in text encoder

It seems language-image align failed, how can I fix this problem?

needsee commented 8 months ago

It means successful loading

raoyongming commented 8 months ago

It means successful loading

Yes. These two messages mean the misaligned parameters are empty lists. It is just used to check whether the pre-trained model is successfully loaded.