mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
Added missing argument in eval command
This commit is contained in:
@@ -76,7 +76,8 @@ def _separate_evaluation_dataset(arguments, musdb_root_directory, params):
|
|||||||
offset=0.,
|
offset=0.,
|
||||||
bitrate='128k',
|
bitrate='128k',
|
||||||
MWF=arguments.MWF,
|
MWF=arguments.MWF,
|
||||||
verbose=arguments.verbose),
|
verbose=arguments.verbose,
|
||||||
|
stft_backend="auto"),
|
||||||
params)
|
params)
|
||||||
return audio_output_directory
|
return audio_output_directory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user