secretguest commited on
Commit
e8af6c3
·
1 Parent(s): 7b49530

Update commander.py

Browse files
Files changed (1) hide show
  1. commander.py +3 -2
commander.py CHANGED
@@ -1,11 +1,12 @@
1
 
2
  # Run with this argumented command;
3
 
4
- # v1
5
  # runtime\python.exe commander.py 0 "C:\ YOUR PATH FOR THE ROOT \INPUTS_VOCAL\vocal.wav" "C:\ YOUR PATH FOR THE ROOT \logs\MODEL_v1.index" harvest "test_v1.wav" "C:\ YOUR PATH FOR THE ROOT \weights\MODEL_V1.pth" 0.66 cuda:0 True 3 0 1 0.33
6
 
7
  # v2
8
- # runtime\python.exe commander.py 0 "C:\ YOUR PATH FOR THE ROOT \INPUTS_VOCAL\vocal.wav" "C:\ YOUR PATH FOR THE ROOT \logs\MODEL_v2.index" harvest "test_v2.wav" "C:\ YOUR PATH FOR THE ROOT \weights\MODEL.pth" 0.6 cuda:0 True 5 True 3 0 1 0.33
 
9
 
10
  import os,sys,pdb,torch
11
  now_dir = os.getcwd()
 
1
 
2
  # Run with this argumented command;
3
 
4
+ # v1 (non verified command)
5
  # runtime\python.exe commander.py 0 "C:\ YOUR PATH FOR THE ROOT \INPUTS_VOCAL\vocal.wav" "C:\ YOUR PATH FOR THE ROOT \logs\MODEL_v1.index" harvest "test_v1.wav" "C:\ YOUR PATH FOR THE ROOT \weights\MODEL_V1.pth" 0.66 cuda:0 True 3 0 1 0.33
6
 
7
  # v2
8
+ # python commander.py 0 "C:\Chemin\vers\le\fichier\vocal.wav" "C:\Chemin\vers\le\fichier\logs\MODEL_v2.index" harvest "C:\Chemin\vers\le\fichier\sortie.wav" "C:\Chemin\vers\le\modèle\model.pth" 0.6 cuda:0 True 5 44100 0.5 0.33
9
+
10
 
11
  import os,sys,pdb,torch
12
  now_dir = os.getcwd()