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

Question about MDS code #14

Closed
countywest opened this issue Jun 12, 2020 · 0 comments
Closed

Question about MDS code #14

countywest opened this issue Jun 12, 2020 · 0 comments

Comments

@countywest
Copy link

Hello~ Thank you for sharing your nice work!
I have two questions about the MDS_cuda.cu file.

  1. In line 114, (float t = 5.0 * mean_mst_length[batch_index] * mean_mst_length[batch_index]; )
    I read your paper(arXiv ver.), and It seems that you used the mean_mst_length as parameter sigma(in the paper). But I can't understand why the coefficient is 5.0, not 2.0. Could you explain me about this?

  2. In line 130, (temp[k] += k < 8192 ? exp(-d / t) : exp(-d / t) * 2.0;)
    Could you explain me why this line is needed?

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

1 participant