BandSplitRNN-PyTorch
BandSplitRNN-PyTorch copied to clipboard
Training issue
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: The size of tensor a (263432) must match the size of tensor b (264600) at non-singleton dimension 1
The length of data in dataloader does not match the value from prepare_dataset. Is there a problem with SAD? Or is there something that needs to be changed when preparing the dataset?