You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_en.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ A collection of neural vocoders suitable for singing voice synthesis tasks.
7
7
8
8
## Preprocessing
9
9
Run the following preprocessing script
10
-
```angular2html
10
+
```sh
11
11
python process.py --config (your config path) --num_cpu (Number of cpu threads used in preprocessing) --strx (1 for a forced absolute path 0 for a relative path)
12
12
```
13
13
The following configuration items are what you need to change during preprocessing
14
-
```angular2html
14
+
```yaml
15
15
16
16
data_input_path: [] the path for your data
17
17
@@ -20,7 +20,7 @@ data_out_path: [] the path for the preprocessed output
20
20
val_num: 1 the number of validation audio
21
21
```
22
22
An example
23
-
```
23
+
```yaml
24
24
data_input_path: ['wav/in1','wav/in2']
25
25
26
26
data_out_path: ['wav/out1','wav/out2']
@@ -37,11 +37,11 @@ val_num: 5 # This is the number of valves you want.
0 commit comments