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

24-hour audio using embedding model nnfp #188

Closed
ToTheMonn opened this issue Mar 28, 2023 · 1 comment
Closed

24-hour audio using embedding model nnfp #188

ToTheMonn opened this issue Mar 28, 2023 · 1 comment

Comments

@ToTheMonn
Copy link

Hi , I have a 24-hour audio , using NNFP for processing , reporting the error of not having enough memory . How can I fix the problem ? Here is the code.

emb_pipe = (
pipe.input('url')
.map('url', 'frames', ops.audio_decode.ffmpeg())
.map('frames', 'emb', ops.audio_embedding.nnfp())
)

@jaelgu
Copy link
Collaborator

jaelgu commented Mar 29, 2023

@ToTheMonn How long is your audio each time running the pipe?

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