摘要: 恢复内容开始 # 方法1 a = tf. random.normal ([4,4],mean=0.1,stddev=1) with tf.Session() as sess: print(sess.run(a)) # 方法2 a11 = tf.zeros([2, 3]) b = tf.ones(4) 阅读全文
posted @ 2022-01-04 20:36 我太想努力了 阅读(431) 评论(0) 推荐(0)