我目前有一個網絡,我從16 x 16 x 2輸入張量開始,我執行一些卷積和合並操作,並將其降低到一個如此聲明的張量: x1 = tf.Variable(tf.constant(1.0, shape=[32])) 那 ...
確定! 回上一頁