Ihello
I get this error ---> ValueError: The kernel_size argument must be a tuple of 1 integers. Received: 0 including {0} that does not satisfy the requirement > 0.
when I run this ---> wnc = WaveNetClassifier((320,), (2,),kernel_size = 2, dilation_depth = 9, n_filters = 40, task = 'classification')
Ihello
I get this error ---> ValueError: The
kernel_sizeargument must be a tuple of 1 integers. Received: 0 including {0} that does not satisfy the requirement> 0.when I run this ---> wnc = WaveNetClassifier((320,), (2,),kernel_size = 2, dilation_depth = 9, n_filters = 40, task = 'classification')