Skip to content

Commit

Permalink
Update stochastic_duration_predictor.py (#2663)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
mengting7tw authored Jun 12, 2023
1 parent 2d967b7 commit d658194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/layers/vits/stochastic_duration_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def forward(self, x, x_mask, g=None, reverse=False):
class StochasticDurationPredictor(nn.Module):
"""Stochastic duration predictor with Spline Flows.
It applies Variational Dequantization and Variationsl Data Augmentation.
It applies Variational Dequantization and Variational Data Augmentation.
Paper:
SDP: https://arxiv.org/pdf/2106.06103.pdf
Expand Down

0 comments on commit d658194

Please sign in to comment.