Open ProgressiveProgression opened 2 years ago
Hi @ProgressiveProgression, Sorry for the delay. I forgot this thread for a while
I pushed a new branch where you can control the batch_size
.
TLDR; please switch to this branch and try this commend: python separate.py --batch_size 4
Usage:
parser.add_argument('--model_name', type=str, default='tdf_extra')
parser.add_argument('--demucs_name', type=str, default='demucs_extra')
parser.add_argument('--onnx_name', type=str, default='onnx_B')
parser.add_argument('--mixture_dir_path', type=str, default='./data/test')
parser.add_argument('--results_data_path', type=str, default='./data/results')
parser.add_argument('--batch_size', default=None, type=int)
Hmm not sure it works for your environment. We'll see.
I hope it works at least with --batch_size 1
:)
Hi.
I tried to extrac the stems from the song which is 29 Mb large. My modul is allocated on C:\ drive which has 14,7 MB of free space. Still I get this exception: