LoginSignup
0
0

More than 5 years have passed since last update.

Python学習中のエラーについて

Posted at

初めまして。
「ゼロから作るDeep-Learning」でDeepLearningを学習中なのですが第3章の手書き数字認識のところで発生したエラーでつまづいてしまいました。エラー内容は
ImportError: No module named 'dataset'
です。

実行環境:mac os, vscode
私が実行したことは
1.デスクトップに python というフォルダを作る

2.https://github.com/oreilly-japan/deep-learning-from-scratchからダウンロードしたファイルを1で作成したpythonというフォルダに入れる

3.vscodeでデスクトップの python を開く

3.ch03フォルダ内の mnist_show.py を実行する

4.ImportError: No module named 'dataset'

いろいろ調べて見たのですがどうにもならないため質問させていただきました。
よろしければご指導の方よろしくお願いします

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0