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

Training issue

Open will46616 opened this issue 2 years ago • 0 comments

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?

will46616 avatar Jul 27 '23 07:07 will46616