質問編集履歴

3

誤字

2019/04/11 12:28

投稿

Kuro3210
Kuro3210

スコア13

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  というエラーが出てきてしまい正常に動きません。
14
14
 
15
- レイヤー自体は依然実装したCNN[依然実装したCNN](https://teratail.com/questions/183077)をもとに作っていますが、そちらは正常に動作しますので、ほかに原因があるのでしょうか。
15
+ レイヤー自体は[以前実装したCNN](https://teratail.com/questions/183077)をもとに作っていますが、そちらは正常に動作しますので、ほかに原因があるのでしょうか。
16
16
 
17
17
 
18
18
 

2

脱字

2019/04/11 12:28

投稿

Kuro3210
Kuro3210

スコア13

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  ```
46
46
 
47
- hape must be rank 1 but is rank 0 for 'batch_normalization_1/cond/Reshape_4' (op: 'Reshape') with input shapes: [1,15,1,1], [].
47
+ shape must be rank 1 but is rank 0 for 'batch_normalization_1/cond/Reshape_4' (op: 'Reshape') with input shapes: [1,15,1,1], [].
48
48
 
49
49
  ```
50
50
 

1

以前実装したCNNモデルのリンク先を追記しました。

2019/04/11 12:26

投稿

Kuro3210
Kuro3210

スコア13

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  というエラーが出てきてしまい正常に動きません。
14
14
 
15
- レイヤー自体は依然実装したCNNをもとに作っていますが、そちらは正常に動作しますので、ほかに原因があるのでしょうか。
15
+ レイヤー自体は依然実装したCNN[依然実装したCNN](https://teratail.com/questions/183077)をもとに作っていますが、そちらは正常に動作しますので、ほかに原因があるのでしょうか。
16
16
 
17
17
 
18
18