Update lib/pipeline.py
Browse files- lib/pipeline.py +1 -1
lib/pipeline.py
CHANGED
@@ -251,7 +251,7 @@ class Pipeline(object):
|
|
251 |
torch.from_numpy(x).float().unsqueeze(0).unsqueeze(-1).to(self.device),
|
252 |
sr=sr,
|
253 |
decoder_mode="local_argmax",
|
254 |
-
threshold=0.
|
255 |
f0_min=f0_min,
|
256 |
f0_max=f0_max,
|
257 |
output_interp_target_length=p_len
|
|
|
251 |
torch.from_numpy(x).float().unsqueeze(0).unsqueeze(-1).to(self.device),
|
252 |
sr=sr,
|
253 |
decoder_mode="local_argmax",
|
254 |
+
threshold=0.006,
|
255 |
f0_min=f0_min,
|
256 |
f0_max=f0_max,
|
257 |
output_interp_target_length=p_len
|