回答編集履歴

1

改行

2022/09/10 00:08

投稿

jbpb0
jbpb0

スコア7653

test CHANGED
@@ -1,5 +1,6 @@
1
1
  > Given groups=1, weight of size [50, 1, 3], expected input[1, 40, 64] to have 1 channels, but got 40 channels instead
2
2
 
3
+  
3
4
  ```python
4
5
  x = data.reshape(-1, rec_size)
5
6
  ```
@@ -8,6 +9,7 @@
8
9
  x = data.reshape(-1, 1, rec_size)
9
10
  ```
10
11
 
12
+  
11
13
  参考
12
14
  [PyTorchのConv1dを理解する](https://qiita.com/sshuv/items/79d9364b8675fdc080cf)
13
15