charlesCXK / TorchSemiSeg

[CVPR 2021] CPS: Semi-Supervised Semantic Segmentation with Cross Pseudo Supervision
MIT License
504 stars 74 forks source link

Question about the optimizer #86

Closed Hugo-cell111 closed 1 year ago

Hugo-cell111 commented 1 year ago

Hi! Could I ask why do you adopt two seperated optimizers for both segmentation network, instead of using only one optimizer to include all the trainable parameters? Are there any difference between two kinds of settings? Looking forward to your reply. Thanks!

charlesCXK commented 1 year ago

Hi, I think they are the same.