carpedm20 / DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
http://carpedm20.github.io/faces/
MIT License
7.15k stars 2.63k forks source link

two questions #138

Open tuanshanyou opened 7 years ago

tuanshanyou commented 7 years ago

1.AttributeError: 'module' object has no attribute 'imread'

2.six.moves.xrange can not find it

carpedm20 commented 7 years ago

You should install Pillow and six with pip install Pillow six