@@ -56,7 +56,7 @@ ckpt_path: null
56
56
model :
57
57
class_path : aimless.lightning.waveform.WaveformSeparator
58
58
init_args :
59
- model :
59
+ model :
60
60
class_path : aimless.models.dpt.DPT
61
61
init_args :
62
62
channels : 2
@@ -73,13 +73,13 @@ model:
73
73
transformer_nonlinearity : GELU
74
74
post_transformer_prelu : true
75
75
mask_nonlinearity : ReLU
76
- criterion :
76
+ criterion :
77
77
class_path : aimless.loss.time.L1Loss
78
78
transforms :
79
79
- class_path : aimless.augment.SpeedPerturb
80
80
init_args :
81
81
orig_freq : 44100
82
- speeds :
82
+ speeds :
83
83
- 90
84
84
- 100
85
85
- 110
@@ -101,12 +101,51 @@ data:
101
101
seq_duration : 10.0
102
102
samples_per_track : 500
103
103
transforms :
104
- - class_path : data.augment.RandomGain
105
- - class_path : data.augment.RandomFlipPhase
106
- - class_path : data.augment.RandomSwapLR
107
- - class_path : data.augment.LimitAug
104
+ - class_path : data.augment.RandomParametricEQ
108
105
init_args :
109
106
sample_rate : 44100
107
+ p : 0.7
108
+ - class_path : data.augment.RandomPedalboardDistortion
109
+ init_args :
110
+ sample_rate : 44100
111
+ p : 0.01
112
+ - class_path : data.augment.RandomPedalboardDelay
113
+ init_args :
114
+ sample_rate : 44100
115
+ p : 0.02
116
+ - class_path : data.augment.RandomPedalboardChorus
117
+ init_args :
118
+ sample_rate : 44100
119
+ p : 0.01
120
+ - class_path : data.augment.RandomPedalboardPhaser
121
+ init_args :
122
+ sample_rate : 44100
123
+ p : 0.01
124
+ - class_path : data.augment.RandomPedalboardCompressor
125
+ init_args :
126
+ sample_rate : 44100
127
+ p : 0.5
128
+ - class_path : data.augment.RandomPedalboardReverb
129
+ init_args :
130
+ sample_rate : 44100
131
+ p : 0.2
132
+ - class_path : data.augment.RandomStereoWidener
133
+ init_args :
134
+ sample_rate : 44100
135
+ p : 0.3
136
+ - class_path : data.augment.RandomPedalboardLimiter
137
+ init_args :
138
+ sample_rate : 44100
139
+ p : 0.1
140
+ - class_path : data.augment.RandomVolumeAutomation
141
+ init_args :
142
+ sample_rate : 44100
143
+ p : 0.1
144
+ - class_path : data.augment.LoudnessNormalize
145
+ init_args :
146
+ sample_rate : 44100
147
+ target_lufs_db : -32.0
148
+ p : 1.0
110
149
random : true
111
150
random_track_mix : true
112
151
batch_size : 4
0 commit comments