1. 首页
  2. 数据库
  3. 其它
  4. 生成对抗网络做生成手写数字

生成对抗网络做生成手写数字

上传者: 2021-01-16 03:33:13上传 PDF文件 20.19KB 热度 12次
import tensorflow as tf import numpy as np from tensorflow import keras from tensorflow.keras import layers import matplotlib.pyplot as plt (train_images,train_labels),(test_images,test_labels)=tf.keras.datasets.mnist.load_data() train_images=train_images.reshape(train_images.shape[0],28,28,1).astyp
下载地址
用户评论