Skip to content

Commit

Permalink
Made r value in quick_start.py for tts_model no longer hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Sep 5, 2019
1 parent fb8fcb4 commit 31179a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quick_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
voc_k = voc_model.get_step() // 1000
tts_k = tts_model.get_step() // 1000

# TODO: get rid of this hardcoding
r = 2
r = tts_model.r

simple_table([('WaveRNN', str(voc_k) + 'k'),
(f'Tacotron(r={r})', str(tts_k) + 'k'),
Expand Down

0 comments on commit 31179a6

Please sign in to comment.