摘要:
import os import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' batch_size = 128 # batch容量 display_step = 1 # 展示间隔 learnin... 阅读全文
posted @ 2019-05-14 20:22
吴裕雄
阅读(323)
评论(0)
推荐(0)
2019年5月14日