Question/Issue:
I used 1D conv in my model structure, but an error occurred.
Project ID:
812677
Question/Issue:
I used 1D conv in my model structure, but an error occurred.
Project ID:
812677
Hi @hzd321 - I took a look at your project and see you have moved on from the 1D conv.
When I looked at the logs, the error was related to the dimensionality of the input; the dimensions of the features your were sending to the model didn’t match the dimensions expected by the 1D conv layer. I would need more context here to go deeper.