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

How do you train DRN-D-22? #28

Open
acgtyrant opened this issue May 4, 2018 · 3 comments
Open

How do you train DRN-D-22? #28

acgtyrant opened this issue May 4, 2018 · 3 comments

Comments

@acgtyrant
Copy link

I trained it with python3 segment.py train -d <data_folder> -c <category_number> -s 896 --arch drn_d_22 --batch-size 14 --epochs 250 --lr 0.001 --momentum 0.99 --step 100, and multi-scale test only get 66.49.

It seems that you have many GPUs, you may use a huge batch-size or big crop size, right?

@acgtyrant
Copy link
Author

OK, I forget to use --bn-sync.

@acgtyrant
Copy link
Author

I add --bn-sync and it overflow in epoch 3, it comfirms that the implementation of synced bn is not correct.

@acgtyrant acgtyrant reopened this May 10, 2018
@jakubLangr
Copy link

Hi @acgtyrant would you be able to upload the models to e.g. dropbox as they don't seem to be accessible on the Princeton site? That'd be awesome! : 👏 😎

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

2 participants