Conv-TasNet-PyTorch
Conv-TasNet-PyTorch copied to clipboard
A PyTorch implementation of Conv-TasNet
Results
1
Conv-TasNet-PyTorch issues
Sort by
recently updated
recently updated
newest added
Hi, congrats on the repo! I am trying to use it with the following dataset (as I don't have access to wsj): `train_set, val_set = LibriMix.mini_from_download(task='sep_clean')` I replace the dataset...