问题:在pytorch中,如何自动计算出很多 Conv1d 层后的输出维度,并为接下来的 Linear 层设置 ... 这是我的代码示例: print(data_x.shape) # (406, ...
確定! 回上一頁