ZFTurbo / Music-Source-Separation-Training

Repository for training models for music source separation.
MIT License
485 stars 67 forks source link

Apollo won't work with more stems #78

Open rimb05 opened 2 months ago

rimb05 commented 2 months ago

If I try to train a model with 7 stems for example, I get:

RuntimeError: The size of tensor a (2) must match the size of tensor b (7) at non-singleton dimension 1

ZFTurbo commented 2 months ago

Apollo doesn't support more than 1 stem currently.

ZFTurbo commented 2 months ago

Also it's probably won't train correctly because it requires different training procedure.