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

About performance of PSPNet-ResNet50 #80

Open
dontLoveBugs opened this issue Sep 5, 2019 · 4 comments
Open

About performance of PSPNet-ResNet50 #80

dontLoveBugs opened this issue Sep 5, 2019 · 4 comments

Comments

@dontLoveBugs
Copy link

dontLoveBugs commented Sep 5, 2019

Hi,
I use your code to train PSPNet-ResNet50 in ade dataset and my result is:

Method backbone Mean IoU Accuracy
PSPNet resnet50v1c 38.98% 78.52%

The result is worse than yours. My environment is pytorch 1.0, cuda 10.

@yu-changqian
Copy link
Owner

Could you give me more details?
What's the performance results with this checkpoint?

@dontLoveBugs
Copy link
Author

I have tested the checkpoint and it has the same checkpoint as you shows. However, when I train the model from scratch,all my trained results are worse than yours.
At fact, I has changed your code in order to read datasets without the train/val.txt files and added tensorboard to visulize training process. But I think these changes should not make a great difference. This is my changed code.

@yu-changqian
Copy link
Owner

Maybe you can use the lr=2e-2.
I will also test the setting with the distributed-parallel api if I have the free machines.

@dontLoveBugs
Copy link
Author

dontLoveBugs commented Sep 8, 2019

At fact, I test various parameters combinations, such as lr 0.1 to 0.2, weght_decay 0.0001 to 0.0005, with or without using apex api.

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