Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikksh20 authored Mar 9, 2021
1 parent b87b85f commit ee91058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Unofficial Pytorch implementation of [AdaSpeech](https://arxiv.org/pdf/2103.00993.pdf).


![](./assets/adaspeech.png)
![](./assets/adaspeech.PNG)

## Note:
* I am not considering multi-speaker use case, Iam much more focus only on single speaker.
* I will use only `Utterance level encoder` and `Phoneme level encoder` not condition layer norm (which is the soul of AdaSpeech paper), it definelty restrict the adaptive nature of AdaSpeech but my focus is to improve FastSpeech 2 acoustic generalization rather than adaptation.

![](./assets/acoustic_embed.png)
![](./assets/acoustic_embed.PNG)

## Citations
```bibtex
Expand Down

0 comments on commit ee91058

Please sign in to comment.