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

out memory? #41

Open
yunzqq opened this issue Dec 18, 2019 · 5 comments
Open

out memory? #41

yunzqq opened this issue Dec 18, 2019 · 5 comments

Comments

@yunzqq
Copy link

yunzqq commented Dec 18, 2019

Denoising: p257_156.wav
0%| | 0/1 [00:00<?, ?it/s]terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)

@blaine12100
Copy link

i am also having the same issue.The reason i believe why this issue is happening is because if you clone the repo,the folder for the pre trained models is not present and it is trying to create the weights for our new input file.

Hence i believe it is running out of memory(I've tried this on a 8GB ram laptop)

@atinesh-s
Copy link

atinesh-s commented Jun 16, 2020

Did you guys found the issue, I am also getting out of memory error.

I am using cloud machine with 16gb gpu memory and 32 gb system memory

@mraniketr
Copy link

Hey i tried the code on 16GB Gfx Server, 64 GB Ram still same issue, had anyone found the fix.
Screenshot (105)

@atinesh-s
Copy link

Hey i tried the code on 16GB Gfx Server, 64 GB Ram still same issue, had anyone found the fix.
Screenshot (105)

In order to make it work on my GPU with 8gb VRAM, I have to retrain the model by lowering the dilation parameter to 5 (config.json) [Issue #9]

You might also need to tweak noise_only_percent parameter (config.json) [Issue 28]

@mraniketr
Copy link

parameter

I did these modifications but still i'm having the same issue

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

4 participants