mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: evaluation parameter injection
This commit is contained in:
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ __license__ = 'MIT License'
|
||||
|
||||
# Default project values.
|
||||
project_name = 'spleeter'
|
||||
project_version = '1.4.6'
|
||||
project_version = '1.4.7'
|
||||
tensorflow_dependency = 'tensorflow'
|
||||
tensorflow_version = '1.14.0'
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
@@ -69,6 +69,7 @@ def _separate_evaluation_dataset(arguments, musdb_root_directory, params):
|
||||
audio_adapter=arguments.audio_adapter,
|
||||
audio_filenames=mixtures,
|
||||
audio_codec='wav',
|
||||
configuration=arguments.configuration,
|
||||
output_path=join(audio_output_directory, _SPLIT),
|
||||
max_duration=600.,
|
||||
MWF=arguments.MWF,
|
||||
|
||||
Reference in New Issue
Block a user