-
Notifications
You must be signed in to change notification settings - Fork 75k
Closed
Labels
Description
I have sparse coefficients array of shape 1D. Each value in the 1D array corresponds to one class. For example, I just have an array
a = [1,2,3,4,4,5,6,78,8543,35,878,.............]
class_label = [1,1,1,2,2,3,3,1,2,......]
How should I input this to Convolution1D? It always gives me an error of input dimensions.