Commit ·
55fc7d8
1
Parent(s): fd09648
Rename myInferV2.py to commander.py
Browse files
myInferV2.py → commander.py
RENAMED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
# Run with this argumented command;
|
| 3 |
|
| 4 |
# v1
|
| 5 |
-
# runtime\python.exe
|
| 6 |
|
| 7 |
# v2
|
| 8 |
-
# runtime\python.exe
|
| 9 |
|
| 10 |
import os,sys,pdb,torch
|
| 11 |
now_dir = os.getcwd()
|
|
|
|
| 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()
|