You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: