转载: https://blog.csdn.net/TeFuirnever/article/details/90760179 最近在运行代码的时候出现了这个错误——AttributeError: module 'scipy.misc' has no attribute 'imread'。查阅网上资料 Read More
conda创建虚拟环境: conda create -n stylegan pip python=3.6 激活虚拟环境 source activate 安装tensorflow conda install tensorflow-gpu==1.12.0 安装keras 安装jupyter 启动jupy Read More