Giter Club home page Giter Club logo

Comments (5)

yxlu-0102 avatar yxlu-0102 commented on August 26, 2024
  1. I typically use two GPUs with 24 GB of memory each for training.
  2. If you want to change the amount of dataset, you just need to edit the number of data indexes in MP-SENet/VoiceBank+DEMAND/training.txt and test.txt.

from mp-senet.

ppl9115 avatar ppl9115 commented on August 26, 2024

Dear Author,

Thank you for responding to my question. I'm not sure if the GPU memory used for this training can be reduced ...
Can I try to change the dense_channel to achieve this goal, or change some parameters (except batch_size)?

from mp-senet.

yxlu-0102 avatar yxlu-0102 commented on August 26, 2024
  1. Sure, you can reduce GPU memory usage by decreasing the number of dense channels or by reducing the segment size in the config.json. However, these changes may affect the final training results.
  2. By the way, you need to determine whether your GPU memory is insufficient during training or validation. During validation, the audio sequences are not truncated, which can cause variations in GPU memory usage. If you are experiencing memory issues only during validation, you can implement truncation as a solution.

from mp-senet.

ppl9115 avatar ppl9115 commented on August 26, 2024

Dear Author,

I try to decrease the number of dense channels in config.json to make it train successfully. However, when I implement the inference, I decreasing the number of dense channels in best_ckpt/config.json , it would appear size mismatch problem, I want to know the config.json in best_ckpt cannot change the dense channel ?

Sorry to bother the author's time !

from mp-senet.

yxlu-0102 avatar yxlu-0102 commented on August 26, 2024

The checkpoint file in best_ckpt is the pre-trained best checkpoint with the default dense channel, which is unchangeable. You should use your self-trained checkpoint for inference.

from mp-senet.

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.