深度学习入门(五)用DCGAN生成MNIST手写体

搭建DCGAN网络 ''' Script:MNIST_DCGAN Author:Ephemeroptera where:AHU Date:2019-3-28 ''' # 导入包 import numpy as np import tensorflow as tf import pickle import matplotlib.pyplot as plt # 导入MNSIT数据集 from t
相关文章
相关标签/搜索