https://nnadl-ja.github.io/nnadl_site_ja/chap1.html
このサイトの説明に従って、
CHAPTER 1ニューラルネットワークを用いた手書き文字認識
ができるよう、セットアップを行いたいのですが、つまづきました。
import mnist_loaderを、pythonで入力しても、
ModuleNotFoundError: No module named 'mnist_loader'
と表示されるのですが、どうすれば良いでしょうか。
コマンドプロンプトでpip installするのかなと思って実行した結果が下です。
コマンドプロンプトでの実行結果
コマンド
pip install mnist_loader
実行結果
ERROR: Could not find a version that satisfies the requirement mnist_loader
ERROR: No matching distribution found for mnist_loader
WARNING: You are using pip version 20.3.3; however, version 21.0 is available.
You should consider upgrading via the 'C:\Users\user\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
どのようにすれば良いでしょうか。
回答1件
あなたの回答
tips
プレビュー