teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

「テスト時の順伝播で、」追加

2018/11/29 07:19

投稿

teefpc
teefpc

スコア112

title CHANGED
File without changes
body CHANGED
@@ -44,6 +44,6 @@
44
44
 
45
45
  x2 = ?
46
46
  ```
47
-
47
+ テスト時の順伝播で、
48
48
  x1 は、xとconv1.weight を畳み込みで計算した後に、 conv1.bias を足ます。
49
49
  x2 は、どのような計算になりますか?

2

「# パラメータ Tensolやchannelは省略 」追記

2018/11/29 07:19

投稿

teefpc
teefpc

スコア112

title CHANGED
File without changes
body CHANGED
@@ -13,7 +13,7 @@
13
13
  ```
14
14
 
15
15
  ```Python
16
- # パラメータ
16
+ # パラメータ Tensolやchannelは省略
17
17
 
18
18
  model.conv1.weight = [
19
19
  [0,1],

1

カテゴリーの追加

2018/11/29 06:45

投稿

teefpc
teefpc

スコア112

title CHANGED
File without changes
body CHANGED
File without changes