【TensorFlow】ValueError: Shape must be rank 1 but is rank 0 for ' ’ with input shapes: [].问题
基于TensorFlow训练mnist数据集出现如下错误:检测代码,发现是偏置设置格式错误导致。1、错误代码:#定义权重和偏置n_input=784n_output=10weights={'wc1':tf.Variable(tf.random_normal([3,3,1,64],stddev=0.1)),'wc2':tf.Variable(tf.random_normal([3,3,64,128]