Skip to content

Commit 607a213

Browse files
authored
Update core.py
Modded NANO
1 parent 0b38c66 commit 607a213

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
@@ -882,7 +882,7 @@ def _get_wavenet_config(architecture):
882882
"channels": 4, #!#
883883
"head_size": 3, #!#
884884
"kernel_size": 3,
885-
"dilations": [384,192,96,32,16,8,4,2,1,24], #!#
885+
"dilations": [192,96,32,16,8,4,2,1,24], #!#
886886
"activation": "Hardtanh", #!#
887887
"gated": False,
888888
"head_bias": False,
@@ -893,7 +893,7 @@ def _get_wavenet_config(architecture):
893893
"channels": 3, #!#
894894
"head_size": 1,
895895
"kernel_size": 3,
896-
"dilations": [384,192,96,32,16,8,4,2,1,24], #!#
896+
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
897897
"activation": "Hardtanh", #!#
898898
"gated": False,
899899
"head_bias": True,

0 commit comments

Comments
 (0)