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

fix numerical stability issues in half-precision #1872

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Devparihar5
Copy link

When using half = False (full-precision) for object detection on a GPU, you typically won't encounter numerical stability issues. This setting ensures that computations are performed with higher numerical precision, reducing the risk of instability during both training and inference. As a result, object detection on recorded videos is less likely to suffer from detection failures or inaccuracies caused by reduced precision. However, it's important to note that full-precision calculations may be slower and consume more GPU memory compared to half-precision, so the choice between the two options depends on your specific requirements and hardware capabilities.

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

Successfully merging this pull request may close these issues.

None yet

1 participant