Skip to content

Commit

Permalink
Update Ensemble-Outputs.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjok07 committed Jul 5, 2021
1 parent 0b79e8e commit 7f36fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ensemble-Outputs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ECHO Ensembling Instruments...
set modelparam=1band_sr44100_hl512
cd /d %~dp0

python lib/spec_utils.py -a min_mag -m modelparams\%modelparam%.json %* -o "%~n3_Ensembled_Instruments"
python lib/spec_utils.py -a min_mag -m modelparams\%modelparam%.json %* -o "%~n1_Ensembled_Instruments"
ECHO Complete!
goto end
:end
Expand All @@ -26,9 +26,9 @@ ECHO Ensembling Vocals...
set modelparam=1band_sr44100_hl512
cd /d %~dp0

python lib/spec_utils.py -a max_mag -m modelparams\%modelparam%.json %* -o "%~n3_Ensembled_Vocals"
python lib/spec_utils.py -a max_mag -m modelparams\%modelparam%.json %* -o "%~n1_Ensembled_Vocals"
ECHO Complete!
goto end
:end
pause
exit
exit

0 comments on commit 7f36fd3

Please sign in to comment.