mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 fix AUTO backend support
This commit is contained in:
@@ -93,7 +93,7 @@ def test_train():
|
||||
TRAIN_CONFIG['model_dir'] = join(path, 'model')
|
||||
TRAIN_CONFIG['training_cache'] = join(path, 'cache', 'training')
|
||||
TRAIN_CONFIG['validation_cache'] = join(path, 'cache', 'validation')
|
||||
with open('useless_config.json') as stream:
|
||||
with open('useless_config.json', 'w') as stream:
|
||||
json.dump(TRAIN_CONFIG, stream)
|
||||
# execute training
|
||||
result = runner.invoke(spleeter, [
|
||||
|
||||
Reference in New Issue
Block a user