Pytorch #3

下記の記事を試したところ・・・

 

aidiary.hatenablog.com

img = Image.open('20180212105211.png')
img 

 ここで、エラーになった。

 

!pip install Pillow==4.0.0
!pip install PIL
!pip install image 

 これで解決した。