oreilly-japan / deep-learning-from-scratch-3

『ゼロから作る Deep Learning ❸』(O'Reilly Japan, 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p381のsteps/step49.py のコードの記述ミス

tetsuomiyoshi opened this issue · comments

p381のsteps/step49.py のコードですが、7行目の

model = MLP((hidden_size, 10))
は、
model = MLP((hidden_size, 3))
の間違いではないでしょうか?

ご指摘どおり誤りです。
下記の通り修正しました。

ありがとうございます。

94a2a91
https://github.com/oreilly-japan/deep-learning-from-scratch-3/wiki/Errata