Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
update speedyspeech config
Browse files Browse the repository at this point in the history
  • Loading branch information
yt605155624 committed Oct 15, 2021
1 parent 5cac9dc commit 2022c02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/speedyspeech/baker/conf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fmax: 7600 # Maximum frequency in mel basis calculation.
###########################################################
# DATA SETTING #
###########################################################
batch_size: 32
batch_size: 64
num_workers: 4

###########################################################
Expand All @@ -35,13 +35,13 @@ model:
###########################################################
optimizer:
optim: adam # optimizer type
learning_rate: 0.001 # learning rate
max_grad_norm: 5.0
learning_rate: 0.002 # learning rate
max_grad_norm: 1

###########################################################
# TRAINING SETTING #
###########################################################
max_epoch: 300
max_epoch: 200
num_snapshots: 5

###########################################################
Expand Down

0 comments on commit 2022c02

Please sign in to comment.