摘要: import tensorflow as tfw1 = tf.Variable(tf.random_normal((2, 3), stddev=1, seed=1))w2 = tf.Variable(tf.random_normal((3, 1), stddev=1, seed=1))x = tf. 阅读全文
posted @ 2018-12-27 21:15 东宫得臣 阅读(157) 评论(0) 推荐(0) 编辑