Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exact command line of warmup stage #42

Open
shahaf1313 opened this issue Dec 24, 2021 · 3 comments
Open

Exact command line of warmup stage #42

shahaf1313 opened this issue Dec 24, 2021 · 3 comments

Comments

@shahaf1313
Copy link

Hey :)
Can you guys please supply the command line used to train the warmup phase?
I'm trying to retrain a network "from the beginning".
Thanks!
Shahaf

@pascal1129
Copy link

pascal1129 commented Feb 24, 2022

I have similar question.

The provided checkpoint (warm-up model) is 43.3 mIoU, while the reported metric in the paper is 41.6 mIoU, which quite confused me.

@panzhang0104
Copy link

You can try one of below commands to get warmup model:

python train.py --name gta2cityv2_warmupd_ls --model_name deeplabv2 --warm_up --freeze_bn --gan LS --lr 2.5e-4 --adv 0.01 --no_resume

python train.py --name gta2cityv2_warmupd_ls_S --model_name deeplabv2 --warm_up --freeze_bn --gan LS --lr 2.5e-4 --adv 0.01 --no_resume --S_pseudo_src 1

@panzhang0104
Copy link

@pascal1129 In order to make sure the released code can be reproduced, we clean the code and retrain the whole framework. So the released model is from the clean code. Since the warmup stage is trained by adversarial loss, it is unstable. The result of this stage maybe a little bit different but does not influence the result of the final stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants