摘要:
import tensorflow as tf import numpy as np #mnist数据输入from tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets('MNIS 阅读全文
posted @ 2017-10-30 15:28
imlvbu
阅读(243)
评论(0)
推荐(0)
摘要:
1.导入所需模块: import tensorflow as tf import numpy as np 2.导入mnist数据集: from tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_d 阅读全文
posted @ 2017-10-30 15:22
imlvbu
阅读(460)
评论(0)
推荐(0)