dragen1860 / Deep-Learning-with-TensorFlow-book

深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.

Home Page:http://www.ai101edu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第十三章gan_train中的toimage导入失败

scp-2032 opened this issue · comments

这个命令已经失效了
可以改成
from PIL import Image

下面代码中的toimage也得改成Image.fromarray