-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more updates to make documentation and batch happen
- Loading branch information
Showing
4 changed files
with
58 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
demucs/dist/ | ||
models/htdemucs_ft/ | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
pushd %~dp0 | ||
mkdir dist | ||
copy devox.bat dist | ||
mkdir dist\demucs | ||
mkdir dist\demucs\dist | ||
xcopy /s/e demucs\dist dist\demucs\dist | ||
mkdir dist\models\htdemucs | ||
xcopy /s/e models\htdemucs_ft\*.th dist\models\htdemucs_ft\ | ||
xcopy /s/e models\htdemucs_ft\*.yaml dist\models\htdemucs_ft\ | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pushd %~dp0\demucs\dist | ||
demucs-cxfreeze.exe -n htdemucs_ft --repo ..\..\models\htdemucs_ft -o ..\..\output --two-stems vocals ""%1"" | ||
demucs-cxfreeze.exe -n htdemucs_ft --repo ..\..\models\htdemucs_ft -o ..\..\output --two-stems vocals %1 | ||
popd |