mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: remove unused dataset default path
This commit is contained in:
@@ -42,15 +42,6 @@ __email__ = 'research@deezer.com'
|
||||
__author__ = 'Deezer Research'
|
||||
__license__ = 'MIT License'
|
||||
|
||||
# Default datasets path parameter to use.
|
||||
DEFAULT_DATASETS_PATH = join(
|
||||
'audio_database',
|
||||
'separated_sources',
|
||||
'experiments',
|
||||
'karaoke_vocal_extraction',
|
||||
'tensorflow_experiment'
|
||||
)
|
||||
|
||||
# Default audio parameters to use.
|
||||
DEFAULT_AUDIO_PARAMS = {
|
||||
'instrument_list': ('vocals', 'accompaniment'),
|
||||
|
||||
Reference in New Issue
Block a user