タグ

2018年4月30日のブックマーク (1件)

  • python3系でのPython Image Libraryの使用方法 - Qiita

    O'Reillyの「ゼロから作るDeep Learning」の3章。 MNIST画像(手書き数字認識のサンプル画像)を表示するのにPILを使うよって。 PIL(Python Image Library)についてはこちらなどご参照ください http://www.lifewithpython.com/2013/09/pil.html サンプルコードを写経して実行。したらエラーがでましたね。 Traceback (most recent call last): File "/Users/ukwksk/Training/orreilly-deep-learning/chapter03/section3_6_number_recognition.py", line 7, in <module> from PIL import Image ImportError: No module named 'P

    python3系でのPython Image Libraryの使用方法 - Qiita
    HHR
    HHR 2018/04/30
    「ゼロから作るDeep Learning」の3章ではPILを使っているがPython3ではない対策。condaの場合は`conda install pillow`