LiheYoung / UniMatch

[CVPR 2023] Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation
https://arxiv.org/abs/2208.09910
MIT License
478 stars 60 forks source link

training code #52

Closed ChengxiHAN closed 1 year ago

ChengxiHAN commented 1 year ago

hi, young,

sh scripts/train.sh

what is port means?

Is it ture for training?

sh scripts/train.sh 4 output

LiheYoung commented 1 year ago

It is the port for DDP training. You can simply set it as one random number ranging from 20000 to 30000, e.g., 20004.

ChengxiHAN commented 1 year ago

Thanks very much, bro!