-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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 in torch_utils.py #18
Comments
@VvvvvGH yes you are correct. The comment is incorrect, the settings are coded for the fastest training. |
GiuliaCiaramella
pushed a commit
to GiuliaCiaramella/yolov5
that referenced
this issue
Apr 14, 2021
manole-alexandru
added a commit
to manole-alexandru/yolov5-uolo
that referenced
this issue
Apr 16, 2023
manole-alexandru
added a commit
to manole-alexandru/yolov5-uolo
that referenced
this issue
Apr 20, 2023
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found something wired when I am looking at torch_utils.py.
If you want to reduce randomness, shouldn't do as pytorch document suggested to set
torch.backends.cudnn.deterministic = True
andtorch.backends.cudnn.benchmark = False
?yolov5/utils/torch_utils.py
Lines 12 to 18 in 7c2832c
The text was updated successfully, but these errors were encountered: