BandSplitRNN-PyTorch icon indicating copy to clipboard operation
BandSplitRNN-PyTorch copied to clipboard

Unofficial PyTorch implementation of Music Source Separation with Band-split RNN

Results 4 BandSplitRNN-PyTorch issues
Sort by recently updated
recently updated
newest added

Hi, I would like to ask how the results of this model run are so different from the original paper, is it because there is no data augmentation?

Hi, I'm having some problems with my training. It was in the data augmentation. I got the following error : File "/home3/will/BandSplitRNN-Pytorch-main/src/data/dataset.py", line 161, in mix_segments mix_segment += segment_to_add RuntimeError:...

I noticed that there is a transformer model in the code, it seems that you have considered using it instead of LSTM, I switched it and found that the performance...