1D CNN on Pytorch: mat1 and mat2 shapes cannot be multiplied (10x3 and 10x2)

前端 未结 0 2395
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 05:13

I have a time series with sample of 500 size and 2 types of labels and want to construct a 1D CNN with pytorch on them:

class Simple1DCNN(torch.nn.Module):
    de         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题