From 85f7ed8c01c069d35a66516bc7c27de05847b2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Thu, 28 Jul 2022 21:53:23 +0200 Subject: [PATCH] added numba env variable for automix --- docs/training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/training.md b/docs/training.md index 617c45e8..0d0fc623 100644 --- a/docs/training.md +++ b/docs/training.md @@ -22,7 +22,7 @@ In the file `tools/automix.py`, edit `OUTPATH` to suit your setup, as well as th to point to your copy of MusDB HQ. Then run ```bash -python3 -m tools.automix +export NUMBA_NUM_THREADS=1 python3 -m tools.automix ``` Finally, edit the file `conf/dset/auto_mus.yaml` and replace `dset.wav` to the value of `OUTPATH`.