TensorFlow-一种改进的LeNet5实现

import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('./tmp/data', one_hot=True) sess = tf.InteractiveSession() # 训练数据 x = tf.placeho
相关文章
相关标签/搜索