摘要:
1 #定义初始化和偏置 2 def weight_varibale(shape): 3 # 随机初始化权重和偏置,权重和偏置后面会跟着训练自动优化 4 #weight = tf.Variable(tf.compat.v1.random_normal([784, 10], mean=0.0, stdd 阅读全文
posted @ 2020-11-14 17:05
hisweetyGirl
阅读(317)
评论(0)
推荐(0)