回答編集履歴

4

スペルミス指摘

2020/05/17 03:05

投稿

shiracamus
shiracamus

スコア5406

test CHANGED
@@ -16,10 +16,10 @@
16
16
 
17
17
 
18
18
 
19
- もしかしてスペルミス?
19
+ もしかしてスペルミスが原因
20
20
 
21
21
 
22
22
 
23
23
  誤: `'acuuracy'`
24
24
 
25
- `'accuracy'`
25
+ : `'accuracy'`

3

スペルミス指摘

2020/05/17 03:05

投稿

shiracamus
shiracamus

スコア5406

test CHANGED
@@ -13,3 +13,13 @@
13
13
  とのことです。
14
14
 
15
15
  心当たりはありませんか?
16
+
17
+
18
+
19
+ もしかしてスペルミス?
20
+
21
+
22
+
23
+ 誤: `'acuuracy'`
24
+
25
+ 正:`'accuracy'`

2

エラーメッセージ訂正

2020/05/17 03:04

投稿

shiracamus
shiracamus

スコア5406

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- 実行時エラー: あなたは training/testing する前に あなたのモデルをコンパイルしなければならない。`Use model.compile(optimizer, loss)` を使え。
9
+ 実行時エラー: あなたは training/testing する前に あなたのモデルをコンパイルしなければならない。`model.compile(optimizer, loss)` を使え。
10
10
 
11
11
 
12
12
 

1

エラーメッセージ追記

2020/05/17 02:40

投稿

shiracamus
shiracamus

スコア5406

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- 実行時エラー: あなたは training/testing する前に あなたのモデルをコンパイルしなければなりません
9
+ 実行時エラー: あなたは training/testing する前に あなたのモデルをコンパイルしなければならない`Use model.compile(optimizer, loss)` を使え。
10
10
 
11
11
 
12
12