yxgeee / MMT

[ICLR-2020] Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification.

Home Page:https://yxgeee.github.io/projects/mmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meaning of seed

asthaverma13 opened this issue · comments

Hi,

As you have mentioned in your documentation

sh scripts/pretrain.sh dukemtmc market1501 resnet50 1
sh scripts/pretrain.sh dukemtmc market1501 resnet50 2

1 and 2 are the seeds. What is the significance of seed in the code?

Waiting for reply

Thanks

We adopt different seeds for pre-training the model twice, and we can achieve two different initializations as a result. Loading different initialization weights for the coupled networks in our MMT framework could introduce more independent/complementary soft pseudo labels for training.