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

RTX3090 #6

Open
wux024 opened this issue Sep 3, 2021 · 2 comments
Open

RTX3090 #6

wux024 opened this issue Sep 3, 2021 · 2 comments

Comments

@wux024
Copy link

wux024 commented Sep 3, 2021

I used RTX3090 for evaluation on Windows 10, and I was not sure if I got the correct results. I ran unpickle.py and got some errors.

D:\DLC-inferencespeed-benchmark\unpickle.py:15: RuntimeWarning: divide by zero encountered in true_divide
results_fps = (1.0 / times for times in results)
D:\Anaconda3\envs\dlclive\lib\site-packages\numpy\core_methods.py:202: RuntimeWarning: invalid value encountered in subtract
x = asanyarray(arr - arrmean)

@AlexEMG
Copy link
Member

AlexEMG commented Oct 23, 2021

Ok, I suppose your runtimes were 0?

@AlexEMG
Copy link
Member

AlexEMG commented Oct 23, 2021

I suppose the culprit is, that if the code somehow crashes you can end up with 0 runtimes... https://github.com/DeepLabCut/DeepLabCut-live/blob/d8acac6420a5d1c1a31f8f87f46d0227c9cb734f/dlclive/benchmark.py#L289

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

2 participants