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
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: