Skip to content

Input shape for convolution1D #44065

@gharshini

Description

@gharshini

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions