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

Initialize with np.nan or so #55

Open
AlexEMG opened this issue Oct 23, 2021 · 0 comments
Open

Initialize with np.nan or so #55

AlexEMG opened this issue Oct 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexEMG
Copy link
Member

AlexEMG commented Oct 23, 2021

Apparently one can -- if it crashes or something doesn't run -- end up with 0 runtime. Which is obviously nonsense: DeepLabCut/DLC-inferencespeed-benchmark#6

I suppose, we could just initialize

inf_times = np.zeros(n_frames)

with np.nan?

@AlexEMG AlexEMG added the enhancement New feature or request label Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants