Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 authored Nov 12, 2016
1 parent c2926c7 commit 148983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ python train_nueralnet.py

本書の正誤情報は以下のページで公開しています。

https://github.com/oreilly-japan/deep-learning-from-scratch/wiki/%E6%AD%A3%E8%AA%A4%E8%A1%A8
https://github.com/oreilly-japan/deep-learning-from-scratch/wiki/errata

This comment has been minimized.

Copy link
@shinra890

shinra890 Feb 19, 2017

P73 に従い、
MNISTデータセットのダウンロードをしようとすると、以下のようなエラーが出てしまいます。
本の表記の間違いでしょうか。

import sys, os
sys.path.append(os.pardir) # 親ディレクトリのファイルをインポートするための設定
from dataset.mnist import load_mnist
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'dataset'


本ページに掲載されていない誤植など間違いを見つけた方は、[japan@oreilly.co.jp](<mailto:japan@oreilly.co.jp>)までお知らせください。

0 comments on commit 148983d

Please sign in to comment.