-
Notifications
You must be signed in to change notification settings - Fork 28
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
A different RR appears for each test #18
Comments
The neighbourhood computation during preprocessing gives slightly different
points each time, so the result will differ a bit.
…On Fri, 2 Jun 2023 at 11:41 PM, deasa99 ***@***.***> wrote:
Why the RR results are different every time when using the same model for
testing?
—
Reply to this email directly, view it on GitHub
<#18>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIBP6622I7EM7OAHSDKIQLXJICTZANCNFSM6AAAAAAYYPMYPA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello, thanks for your answer! So this is a normal phenomenon, is there any way to make it not change? |
Unfortunately not easily, without replacing the preprocessing code.
However, you can replace the codes with the CPU-based ones which will give
deterministic results, at the cost of speed.
…On Sat, 3 Jun 2023 at 9:33 AM, deasa99 ***@***.***> wrote:
Hello, thanks for your answer! So this is a normal phenomenon, is there
any way to make it not change?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIBP67QYAI7TQHS7ZF6QPLXJKIABANCNFSM6AAAAAAYYPMYPA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you for your answer! Can this be understood as a normal phenomenon? |
Yes, that’s the expected behaviour.
…On Sat, 3 Jun 2023 at 10:19 AM, deasa99 ***@***.***> wrote:
Thank you for your answer! Can this be understood as a normal phenomenon?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIBP65AL3JUEYWA5SEU563XJKNJ7ANCNFSM6AAAAAAYYPMYPA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why the RR results are different every time when using the same model for testing?
The text was updated successfully, but these errors were encountered: