Update README.md

This commit is contained in:
Anjok07 2021-05-06 03:56:57 -05:00 committed by GitHub
parent bddef0d785
commit 28f6446494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ python 12_model_ens_inference.py -g 0 -s -i "INPUT"
### Ensembler
The ensembler has the ability to take 2 instrummental or vocal outputs generated by different models and combine the best results from both! Here is how to use it manually -
The ensembler has the ability to take 2 instrumental or vocal outputs generated by different models and combine the best results from both! Here is how to use it manually -
- For instrumental outputs, run the following command:
@ -113,7 +113,7 @@ The ensembler has the ability to take 2 instrummental or vocal outputs generated
python lib/spec_utils.py -a min_mag -m modelparams/1band_sr44100_hl512.json "INPUT1" "INPUT2" -o "CHOOSEFILENAME"
```
- For instrumental outputs, run the following command:
- For vocal outputs, run the following command:
```
python lib/spec_utils.py -a max_mag -m modelparams/1band_sr44100_hl512.json "INPUT1" "INPUT2" -o "CHOOSEFILENAME"