Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justachetan authored May 2, 2020
1 parent 6d13a98 commit d049e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ Our first approach was to train a vanilla Tacotron model from scratch on just on

### :x: Approach 2: Using a smaller learning rate for fine-tuning

In this approach, we repeated [Approach 1](###Approach-1:-Fine-tuning-a-Vanilla-Tacotron model-on-RAVDESS-that-was-pre-trained-on-LJ-Speech)
In this approach, we repeated [Approach 1](#x-approach-1-fine-tuning-a-vanilla-tacotron-model-on-ravdess-that-was-pre-trained-on-lj-speech), but this time, while commencing the fine-tuning, we stuck with a smaller learning rate of **2e-5** as compared to the previous learning rate of **2e-3**. We did not make any other changes to the code or hyperparameters.


0 comments on commit d049e90

Please sign in to comment.