Skip to content

Commit 03a0a44

Browse files
authored
Update core.py
Changed emph values more close to official values.
1 parent d9e2c41 commit 03a0a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nam/train/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@ def _get_wavenet_config(architecture):
904904
}[architecture]
905905

906906

907-
_CAB_MRSTFT_PRE_EMPH_WEIGHT = 6.0e-5 #!# cab_no
908-
_CAB_MRSTFT_PRE_EMPH_COEF = 0.95 #!# cab_no
907+
_CAB_MRSTFT_PRE_EMPH_WEIGHT = 2.0e-5 #!# cab_no
908+
_CAB_MRSTFT_PRE_EMPH_COEF = 0.85 #!# cab_no
909909

910910

911911
def _get_data_config(

0 commit comments

Comments
 (0)