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 i use psconv in my own model #3

Closed
yxt132 opened this issue Jul 16, 2020 · 3 comments
Closed

how to i use psconv in my own model #3

yxt132 opened this issue Jul 16, 2020 · 3 comments

Comments

@yxt132
Copy link

yxt132 commented Jul 16, 2020

This is very interesting work. I am tempted to give it a try on my own model for segmentation. Can you provide some instructions on how to replace a standard conv with psconv in my model?

@d-li14
Copy link
Owner

d-li14 commented Jul 16, 2020

Thanks to the compact characteristic of PSConv, just replace nn.Conv2d with PSConv2d. Note that there exists another hyperparameter named parts you may set in our PSConv operator.

@yxt132
Copy link
Author

yxt132 commented Jul 17, 2020

Cool! Thanks for the speedy response!

I was able to make it work. What's your recommended setting for "parts".

@d-li14
Copy link
Owner

d-li14 commented Jul 17, 2020

It is 4 as the default argument.

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