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 to train #3

Open
xiaojidan opened this issue Nov 27, 2017 · 3 comments
Open

HOW to train #3

xiaojidan opened this issue Nov 27, 2017 · 3 comments

Comments

@xiaojidan
Copy link

Hi @Joker316701882
I want to train my own data set, How I can do? Can you share the training codes?

@Joker316701882
Copy link
Owner

@xiaojidan
Sorry this is confidential so far. Modified a little according to paper "deeply supervised salient object detection with short connections"

@Sucran
Copy link

Sucran commented Nov 28, 2017

I have another little question in your training if your code is confidential. Did you really set the same learning rate for all layers and use the same data set from the paper "deeply supervised salient object detection with short connections"? If so, I'm curious how to fix the overfitting problem in training this model?

@Joker316701882
Copy link
Owner

@Sucran
Learning rate is set 1e-5 for pixel-level loss all layers all time. And this model combines the encoder-decoder structure mentioned in "Deep Image matting". Train set is MSRA10K. I didn't encounter overfitting problem (random crop is the only augmentation trick applied here). Just left program run one night then got this model. It can be improved if apply more tricks mentioned in these years' segmentation paper.

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