Skip to content
Snippets Groups Projects
Commit 49eba0d3 authored by chinyun_yu_joey's avatar chinyun_yu_joey
Browse files

use 1 shifts

parent 49fd5177
No related branches found
Tags submission-fusion-3model
No related merge requests found
......@@ -50,7 +50,7 @@ def separate(
demucs_model,
xumx_model,
niter=1,
shifts=2
shifts=1
):
unet_predict = unet_separate(audio, unet_model, niter=niter)
demucs_predict = demucs_separate(audio, 44100, demucs_model, shifts=shifts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment