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

Questions about dilation rate setting #1

Closed
zzllc3 opened this issue Dec 9, 2019 · 1 comment
Closed

Questions about dilation rate setting #1

zzllc3 opened this issue Dec 9, 2019 · 1 comment

Comments

@zzllc3
Copy link

zzllc3 commented Dec 9, 2019

Why did you set dilation rate as [24,18,12,6] rather than [6,12,18,24]?
thanks a lot.

@bmartacho
Copy link
Owner

We tested with different dilation rates for the WASP module and found that the rates of {6,12,18,24} yield the best results. Reversing the order {6,12,18,24} to {24,18,12,6} didn't significantly change the result. The main factor is having the different dilation rates before starting to lose accuracy for rates higher than the one we used.

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