Session () init = tf.global_variables_initializer() sess.run(init) x_val = np.random.normal(size = (12,18,5)) res = sess.run(outputs, ...
確定! 回上一頁