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

So this adds in a VadSession::forward #16

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Conversation

xd009642
Copy link
Member

It would be generally useful to get the raw network outputs so adding in an API. The only faff is that this is returning an ort::Value so publicly exposes ort as our runtime. But I thought this was smarter incase ort does any batch like stuff internally if you exceed the input duration 👀

It would be generally useful to get the raw network outputs so adding in
an API. The only faff is that this is returning an `ort::Value` so
publicly exposes ort as our runtime. But I thought this was smarter
incase ort does any batch like stuff internally if you exceed the input
duration 👀
@xd009642
Copy link
Member Author

xd009642 commented Aug 27, 2024

So I went a bit saucy and added to the snapshot tests (multiply by 100 and truncate to an int to avoid float comparison faff)

image

@xd009642 xd009642 merged commit 1985a7c into main Aug 27, 2024
1 check passed
@xd009642 xd009642 deleted the feat/forward-pass-api branch August 27, 2024 14:01
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.

2 participants