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

Can this model reimplement the training procedure of PSPNet(hszhao) ? #11

Open
zchengquan opened this issue Dec 7, 2017 · 3 comments
Open

Comments

@zchengquan
Copy link

Hi, can i use this code to reimplement the training step of PSPNet, and obtain comparable results reported in the paper of PSPNet?

@hellochick
Copy link
Owner

It's hard to reimplement the training step of PSPNet because of the batch size should be large enough to update mean/var. The original author use openMP or MPI to update those variable in bn layer.

@John1231983
Copy link

@hellochick : I have an idea for small batch size. We can use accumulate gradient as the Deeplab did. Do you think it will solve the problem?

@FengLoveBella
Copy link

It is a GPU-consuming network. The batch size can only be set to 1 when I try to run the train code.

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

4 participants