File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
touch logs/mi-test/preprocess.log
33
33
python trainset_preprocess_pipeline_print.py logs/mute/0_gt_wavs 48000 8 logs/mi-test True
34
34
touch logs/mi-test/extract_f0_feature.log
35
- python extract_f0_print.py logs/mi-test $(nproc) pm
35
+ python extract_f0_print.py logs/mi-test $(nproc) pm v1
36
36
python extract_feature_print.py cpu 1 0 0 logs/mi-test
Original file line number Diff line number Diff line change 5
5
i_part = int (sys .argv [3 ])
6
6
if len (sys .argv ) == 5 :
7
7
exp_dir = sys .argv [4 ]
8
+ version = sys .argv [5 ]
8
9
else :
9
10
i_gpu = sys .argv [4 ]
10
11
exp_dir = sys .argv [5 ]
11
12
os .environ ["CUDA_VISIBLE_DEVICES" ] = str (i_gpu )
12
- version = sys .argv [6 ]
13
+ version = sys .argv [6 ]
13
14
import torch
14
15
import torch .nn .functional as F
15
16
import soundfile as sf
You can’t perform that action at this time.
0 commit comments