Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P.152: model.fit() の引数がソースと紙面で異なる #10

Closed
renkin3q opened this issue Jan 2, 2021 · 2 comments
Closed

P.152: model.fit() の引数がソースと紙面で異なる #10

renkin3q opened this issue Jan 2, 2021 · 2 comments
Assignees
Labels

Comments

@renkin3q
Copy link

renkin3q commented Jan 2, 2021

ページ数

P.152 の真ん中のテキストボックス

内容

誤:history = model.fit(x, y, batch_size=BATCH_SIZE, epochs=EPOCHS)
正:history = model.fit(x, y, batch_size=BATCH_SIZE, epochs=EPOCHS, callbacks=[print_callback])

コメント

@karaage0703
Copy link
Owner

@renkin3q さん
ご指摘ありがとうございます。

@KazumaAndoh さん
こちらも誤記訂正必要と思います。

@karaage0703
Copy link
Owner

正誤表に追記しましたのでcloseします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants