Avoiding file I/O for manifests #10890
Unanswered
WilliamVenner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use NeMo models (specifically speaker recognition) without having to set up manifest files?
I don't see why we can't set up these manifests in-memory or using code. If I already have the data in memory, why should I need to write said data to a file in order to perform inference?
https://github.com/NVIDIA/NeMo/blob/stable/examples/speaker_tasks/recognition/speaker_identification_infer.py#L38-L39
Beta Was this translation helpful? Give feedback.
All reactions