We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf26da commit 2ec95abCopy full SHA for 2ec95ab
.github/workflows/unitest.yml
@@ -32,5 +32,5 @@ jobs:
32
touch logs/mi-test/preprocess.log
33
python trainset_preprocess_pipeline_print.py logs/mute/0_gt_wavs 48000 8 logs/mi-test True
34
touch logs/mi-test/extract_f0_feature.log
35
- python extract_f0_print.py logs/mi-test $(nproc) pm v1
36
- python extract_feature_print.py cpu 1 0 0 logs/mi-test
+ python extract_f0_print.py logs/mi-test $(nproc) pm
+ python extract_feature_print.py cpu 1 0 0 logs/mi-test v1
0 commit comments