mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-19 20:11:48 +01:00
Update ensemble_inference.py
This commit is contained in:
parent
c9610c4c7c
commit
01ff87da7b
@ -173,7 +173,7 @@ def main():
|
||||
os.system('python inference.py -mt -g {} -m {} -P {} -A {} -w {} {} {} -o {} -i "{}"'.format(
|
||||
args.gpu,
|
||||
os.path.join('modelparams', c['model_params']) + '.json',
|
||||
os.path.join('models','release','models', model_name + '.pth'),
|
||||
os.path.join('models', model_name + '.pth'),
|
||||
args.aggressiveness,
|
||||
args.window_size,
|
||||
('', '-p')[args.postprocess],
|
||||
|
Loading…
x
Reference in New Issue
Block a user