Will Wu

Results 6 issues of Will Wu

HI, I have downloaded LibriMix dataset, could I use the model on Asteroid to train on my own dataset?

Hi, I would like to ask a small question, which one is more appropriate for application in real-time processing, conv-tasnet or DPRNN?

python test.py Traceback (most recent call last): File "/home3/will/BandSplitRNN-Pytorch-main/src/tt/test.py", line 158, in mus = musdb.DB(root='/home3/will/musdb18',subsets='train') File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/__init__.py", line 118, in __init__ self.tracks = self.load_mus_tracks(subsets=subsets, split=split) File "/home3/will/anaconda3/envs/MUSDB2/lib/python3.9/site-packages/musdb/__init__.py", line 265, in...

If I want to install julius, what is the minimum version of torch I should use? Julius seems to be incompatible with torch 1.5.1.

Hi, I've installed soundcard module, but I ran soundcard.all_speakers() only get an empty list. Is there somthing wrong on my sound device?

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:...