mdx-net-submission icon indicating copy to clipboard operation
mdx-net-submission copied to clipboard

Training your own model - Questions

Open KatieBelli opened this issue 2 years ago • 1 comments

I want to train my own model with the MDX code and have some questions:

  1. Does it take long to train a model?
  2. How do I train a model? I already tried Vocal Remover but it takes hours even though I have a strong CUDA GPU.
  3. How do I use my own trained model?

KatieBelli avatar Dec 04 '22 10:12 KatieBelli

For training your own model, see the mdx-net repo.

To use your own model with this repo, replace the .onnx files in the ./onnx* folder (folder name differs for different branches) with your own.

Zokhoi avatar Dec 06 '22 16:12 Zokhoi