Giter Club home page Giter Club logo

Comments (5)

DillipKS avatar DillipKS commented on June 29, 2024 2

Got the trick to solve this error. Actually the model size gets too big for the limited GPU memory to accommodate the model with the default parameters in the config.json file. To reduce the model size, you just need to tweak one parameter that is "dilations" in "model" dictionary from default value of 9 to something small like 4 or 5. The config.json file to modify is the one present in the parent directory itself and NOT the one in sessions/001/config.json.
Mind you that the given pretrained model won't work after changing 'dilations' value for inference. So you will have to first train a new model using the training dataset given and then do the inference. @wuweijia1994

from speech-denoising-wavenet.

wuweijia1994 avatar wuweijia1994 commented on June 29, 2024

I also meet this problem of ResourceExhaustedError. My setup is Tesla K80 GPU.

from speech-denoising-wavenet.

wuweijia1994 avatar wuweijia1994 commented on June 29, 2024

Thank you so much for the reply. Now the problem is solved. Now I know how good the GPU this guy has for "9 dilations".

from speech-denoising-wavenet.

jordipons avatar jordipons commented on June 29, 2024

DillipKS is correct, feel free to re-train a smaller model. Note that the GPU we used for our work was a Titan X Pascal (12GB-VRAM).

from speech-denoising-wavenet.

atinesh-s avatar atinesh-s commented on June 29, 2024

@jordipons I am unable to perform inference on the machine with Nvidia Tesla T4 16gb, I am getting out of memory error

from speech-denoising-wavenet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.