Quantcast
Channel: Shape error in Tensorflow code - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Vijay Mariappan for Shape error in Tensorflow code

The input and kernel sizes to the nn.conv1d is not right.From the API doc, Input tensor should be of shape: [batch, in_width, num_input_channels]Kernel/weights should be of shape: [filter_width,...

View Article



Shape error in Tensorflow code

I wanna use CNN for 1D data, so decide to use conv1d layer. First two layers goes good, but when I create second conv layer, I have and error: ValueError: Dimensions must be equal, but are 1 and 586...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images