Skip to content

Commit 8c9610a

Browse files
authored
Update core.py
Changed to 512,256,128,64,32,16,8,4,2,1,24
1 parent 607a213 commit 8c9610a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

nam/train/core.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def _get_wavenet_config(architecture):
801801
"channels": 16,
802802
"head_size": 8,
803803
"kernel_size": 3,
804-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
804+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
805805
"activation": "Hardtanh", #!#
806806
"gated": False,
807807
"head_bias": False,
@@ -812,7 +812,7 @@ def _get_wavenet_config(architecture):
812812
"channels": 8,
813813
"head_size": 1,
814814
"kernel_size": 3,
815-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
815+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
816816
"activation": "Hardtanh", #!#
817817
"gated": False,
818818
"head_bias": True,
@@ -828,7 +828,7 @@ def _get_wavenet_config(architecture):
828828
"channels": 12,
829829
"head_size": 6,
830830
"kernel_size": 3,
831-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
831+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
832832
"activation": "Hardtanh", #!#
833833
"gated": False,
834834
"head_bias": False,
@@ -839,7 +839,7 @@ def _get_wavenet_config(architecture):
839839
"channels": 6,
840840
"head_size": 1,
841841
"kernel_size": 3,
842-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
842+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
843843
"activation": "Hardtanh", #!#
844844
"gated": False,
845845
"head_bias": True,
@@ -855,7 +855,7 @@ def _get_wavenet_config(architecture):
855855
"channels": 8,
856856
"head_size": 4,
857857
"kernel_size": 3,
858-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
858+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
859859
"activation": "Hardtanh", #!#
860860
"gated": False,
861861
"head_bias": False,
@@ -866,7 +866,7 @@ def _get_wavenet_config(architecture):
866866
"channels": 4,
867867
"head_size": 1,
868868
"kernel_size": 3,
869-
"dilations": [512,384,192,96,32,16,8,4,2,1,24], #!#
869+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
870870
"activation": "Hardtanh", #!#
871871
"gated": False,
872872
"head_bias": True,
@@ -882,7 +882,7 @@ def _get_wavenet_config(architecture):
882882
"channels": 4, #!#
883883
"head_size": 3, #!#
884884
"kernel_size": 3,
885-
"dilations": [192,96,32,16,8,4,2,1,24], #!#
885+
"dilations": [128,64,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": [512,384,192,96,32,16,8,4,2,1,24], #!#
896+
"dilations": [512,256,128,64,32,16,8,4,2,1,24], #!#
897897
"activation": "Hardtanh", #!#
898898
"gated": False,
899899
"head_bias": True,

0 commit comments

Comments
 (0)