-
Notifications
You must be signed in to change notification settings - Fork 12
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
Undeterministic results #22
Comments
Please refer to README. I explained it in the last paragraph of section 3 (Training by Yourself). |
Thank you for the response. I trained the model from scratch over ten different runs and I couldn't get the reported results in the repository. The results I got are below:
Can you please clarify why the results differ so much? I did not change anything except I set |
First, the results fluctuate much because THUMOS14 is a small dataset. Second, |
Hello again, thank you for your response. I compiled the roi align using cuda and train 5 different runs with the up-to-date repository. Although there is an improvement in the previous results, the results are still lower than expected.
Any idea why this happens? |
Hi,
I think the results are close to those reported in the paper.
Xiaolong
在 Kaan Akan ***@***.***>,2023年2月23日 15:45写道:
Hello again,
thank you for your response. I compiled the roi align using cuda and train 5 different runs with the up-to-date repository.
Although there is an improvement in the previous results, the results are still lower than expected.
0.3 0.4 0.5 0.6 0.7 avg
73.52 67.93 59.14 47.07 32.36 56.004
74.57 69.45 59.99 47.76 33.45 57.044
72.86 67.71 58.74 46.12 32.70 55.626
73.39 68.00 60.05 47.56 31.73 56.146
73.73 68.26 58.99 46.35 32.41 55.948
------- ------- ------- ------- ------- --------
73.414 68.07 59.182 47.172 32.33 56.154
Any idea why this happens?
—
Reply to this email directly, view it on GitHub<#22 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACISUK7ULVRCDQOTYVZAGSTWY4IRTANCNFSM6AAAAAAVCEXESI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you. |
Hello,
thank you for sharing the code. I checked the code and all of the seeds are set.
I further added
torch.backends.cudnn.deterministic = True
andtorch.backends.cudnn.benchmark = False
to make the code produce the same results in different runs. However, the results differ between different runs.Do you have any idea why?
Thanks in advance.
The text was updated successfully, but these errors were encountered: