Skip to content

Commit

Permalink
Update default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrancesco committed May 27, 2021
1 parent 4636e4d commit 43d2458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from model.models import ForwardTransformer, Aligner


def tts_ljspeech(step='90000') -> Tuple[ForwardTransformer, dict]:
def tts_ljspeech(step='95000') -> Tuple[ForwardTransformer, dict]:
model_name = f'bdf06b9_ljspeech_step_{step}.zip'
remote_dir = 'https://public-asai-dl-models.s3.eu-central-1.amazonaws.com/TransformerTTS/api_weights/bdf06b9_ljspeech/'
model_path = tf.keras.utils.get_file(model_name,
Expand Down

0 comments on commit 43d2458

Please sign in to comment.