Commit efc6c98
authored
Exercise MicrosoftDocs#8: 'acc' key should be 'accuracy'
The snippet in exercise MicrosoftDocs#8 is trying to access the key 'acc' that doesn't
exist in keras.models.Sequential().fit(...).history. It should be accessing
'accuracy' instead.1 parent efc4ff6 commit efc6c98
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
| 192 | + | |
0 commit comments