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
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)
Replace the preprocessing script with [process_aug.py](process_aug.py) and add configuration entries
59
-
```yaml
60
-
key_aug: false (Do not augment during training)
61
-
aug_min: 0.9 (Minimum f0 adjustment multiplier)
62
-
aug_max: 1.4 (Maximum f0 adjustment multiplier)
63
-
aug_num: 1 (Data augmentation multiplier)
64
-
```
65
-
That's it. Note that data augmentation may damage the sound quality!
66
-
67
72
# Online data augmentation (recommend)
68
-
Note that to use the online data augmentation, use the [process.py](process.py) script, otherwise offline and online augmentation will be superimposed
73
+
add config
69
74
```yaml
70
75
key_aug: true (Do augment during training)
71
76
key_aug_prob: 0.5 (Data augmentation probability)
@@ -110,4 +115,21 @@ Almost 2k steps is enough for fine-tuning of small dataset.
110
115
111
116
[univnet.yaml](configs%2Funivnet.yaml) Training original univnet
112
117
113
-
[lvc_base_ddspgan.yaml](configs%2Flvc_base_ddspgan.yaml) Training ddsp model with lvc filters
118
+
[lvc_base_ddspgan.yaml](configs%2Flvc_base_ddspgan.yaml) Training ddsp model with lvc filters
119
+
120
+
# Special Statements
121
+
122
+
We regret to publish a verified Registry of Hostile Conduct (shown as below). This registry documents individuals/entities who have engaged in long-term destructive activities against the development team.
123
+
124
+
We solemnly declare:
125
+
126
+
1. Strongly recommend all users review this registry before downloading and using this vocoder
127
+
2. No technical or legal restrictions are currently imposed on listed parties, as the vocoder is
128
+
still licensed under CC BY-NC-SA 4.0
129
+
3. Reserve the right to apply further restrictions in case of persistent malicious acts
| 旋转_turning_point | QQ: 2673587414;<br/>Bilibili UID: 285801087;<br/>Discord username: colstone233 | Engaging in long-term hostile and personal attacks against developers, repeatedly spreading false information about DiffSinger and the development team, and interfering with the development process of the vocoder and other projects in the community |
0 commit comments