Skip to content

Commit e63500d

Browse files
authored
Merge pull request #571 from chenht2010/hifigan_debug
smaller lr
2 parents 1a5731a + 0fcef50 commit e63500d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hifigan/conf/hifigan.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ generator_optimizer_params:
9090
lr_fn: "PiecewiseConstantDecay"
9191
lr_params:
9292
boundaries: [100000, 200000, 300000, 400000, 500000, 600000, 700000]
93-
values: [0.0005, 0.0005, 0.00025, 0.000125, 0.0000625, 0.00003125, 0.000015625, 0.000001]
93+
values: [0.000125, 0.000125, 0.000625, 0.000625, 0.0000625, 0.00003125, 0.000015625, 0.000001]
9494
amsgrad: false
9595

9696
discriminator_optimizer_params:

examples/hifigan/conf/hifigan.v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ generator_optimizer_params:
9090
lr_fn: "PiecewiseConstantDecay"
9191
lr_params:
9292
boundaries: [100000, 200000, 300000, 400000, 500000, 600000, 700000]
93-
values: [0.0005, 0.0005, 0.00025, 0.000125, 0.0000625, 0.00003125, 0.000015625, 0.000001]
93+
values: [0.000125, 0.000125, 0.000625, 0.000625, 0.0000625, 0.00003125, 0.000015625, 0.000001]
9494
amsgrad: false
9595

9696
discriminator_optimizer_params:

0 commit comments

Comments
 (0)