Title: 3.5-classifying-movie-reviews.ipynb 執行時會遇到 KeyError: 'acc', 'val_acc' · Issue #4 · WomenWhoCodeTaipei/DeepLearningwithPython · GitHub
Open Graph Title: 3.5-classifying-movie-reviews.ipynb 執行時會遇到 KeyError: 'acc', 'val_acc' · Issue #4 · WomenWhoCodeTaipei/DeepLearningwithPython
X Title: 3.5-classifying-movie-reviews.ipynb 執行時會遇到 KeyError: 'acc', 'val_acc' · Issue #4 · WomenWhoCodeTaipei/DeepLearningwithPython
Description: 原書ch3 在 github 中的 3.5-classifying-movie-reviews.ipynb 中執行到: import matplotlib.pyplot as plt acc = history.history['acc'] val_acc = history.history['val_acc'] 時會遇到兩個: KeyError: 'acc' KeyError: 'val_acc' 需修改爲: acc = history.history['binary...
Open Graph Description: 原書ch3 在 github 中的 3.5-classifying-movie-reviews.ipynb 中執行到: import matplotlib.pyplot as plt acc = history.history['acc'] val_acc = history.history['val_acc'] 時會遇到兩個: KeyError: 'acc' KeyError: 'val_...
X Description: 原書ch3 在 github 中的 3.5-classifying-movie-reviews.ipynb 中執行到: import matplotlib.pyplot as plt acc = history.history['acc'] val_acc = history.history['val_acc'] 時會遇到兩個: KeyError: '...
Opengraph URL: https://github.com/WomenWhoCodeTaipei/DeepLearningwithPython/issues/4
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"3.5-classifying-movie-reviews.ipynb 執行時會遇到 KeyError: 'acc', 'val_acc'","articleBody":"原書ch3 在 github 中的 3.5-classifying-movie-reviews.ipynb 中執行到:\r\n\r\nimport matplotlib.pyplot as plt\r\nacc = history.history['acc']\r\nval_acc = history.history['val_acc']\r\n\r\n時會遇到兩個:\r\nKeyError: 'acc'\r\nKeyError: 'val_acc'\r\n\r\n需修改爲:\r\nacc = history.history['binary_accuracy']\r\nval_acc = history.history['val_binary_accuracy']","author":{"url":"https://github.com/jayjtao","@type":"Person","name":"jayjtao"},"datePublished":"2018-09-28T11:57:47.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/4/DeepLearningwithPython/issues/4"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7d9042e9-47a9-85ff-9769-09f9bbde12de |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D678:39FF61:4DA52FD:645A61B:697549A7 |
| html-safe-nonce | 0a030c8e452bbc53ccc3581f81a752d653d47994fb5265b4b41c4d41e0b5abf2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENjc4OjM5RkY2MTo0REE1MkZEOjY0NUE2MUI6Njk3NTQ5QTciLCJ2aXNpdG9yX2lkIjoiODYwMjQwMDk5ODMzODkzOTMwMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 82eb7d2f87ed9463ea0bf61d261dca86fdfbdc8dccf70fc6c82357014b539903 |
| hovercard-subject-tag | issue:364859021 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/WomenWhoCodeTaipei/DeepLearningwithPython/4/issue_layout |
| twitter:image | https://opengraph.githubassets.com/b5b2b90d700e07d8d7dd89e60d83e0ecf847c12096718fac8b81b4a77a24ced4/WomenWhoCodeTaipei/DeepLearningwithPython/issues/4 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/b5b2b90d700e07d8d7dd89e60d83e0ecf847c12096718fac8b81b4a77a24ced4/WomenWhoCodeTaipei/DeepLearningwithPython/issues/4 |
| og:image:alt | 原書ch3 在 github 中的 3.5-classifying-movie-reviews.ipynb 中執行到: import matplotlib.pyplot as plt acc = history.history['acc'] val_acc = history.history['val_acc'] 時會遇到兩個: KeyError: 'acc' KeyError: 'val_... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | jayjtao |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| go-import | github.com/WomenWhoCodeTaipei/DeepLearningwithPython git https://github.com/WomenWhoCodeTaipei/DeepLearningwithPython.git |
| octolytics-dimension-user_id | 33110462 |
| octolytics-dimension-user_login | WomenWhoCodeTaipei |
| octolytics-dimension-repository_id | 147282085 |
| octolytics-dimension-repository_nwo | WomenWhoCodeTaipei/DeepLearningwithPython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 147282085 |
| octolytics-dimension-repository_network_root_nwo | WomenWhoCodeTaipei/DeepLearningwithPython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width