You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hparams.py
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@
99
99
adam_beta1=0.5,
100
100
adam_beta2=0.9,
101
101
adam_eps=1e-6,
102
+
amsgrad=False,
102
103
initial_learning_rate=5e-4, # 0.001,
103
104
lr_schedule="noam_learning_rate_decay",
104
105
lr_schedule_kwargs={},
@@ -125,14 +126,16 @@
125
126
# Forced garbage collection probability
126
127
# Use only when MemoryError continues in Windows (Disabled by default)
127
128
#gc_probability = 0.001,
128
-
129
+
129
130
# json_meta mode only
130
131
# 0: "use all",
131
132
# 1: "ignore only unmatched_alignment",
132
133
# 2: "fully ignore recognition",
133
-
ignore_recognition_level=2,
134
-
min_text=20, # when dealing with non-dedicated speech dataset(e.g. movie excerpts), setting min_text above 15 is desirable. Can be adjusted by dataset.
135
-
process_only_htk_aligned=False, # if true, data without phoneme alignment file(.lab) will be ignored
134
+
ignore_recognition_level=2,
135
+
# when dealing with non-dedicated speech dataset(e.g. movie excerpts), setting min_text above 15 is desirable. Can be adjusted by dataset.
136
+
min_text=20,
137
+
# if true, data without phoneme alignment file(.lab) will be ignored
0 commit comments