To do this you will need to use the tensorflow while loop ( tf.while_loop ) as follows: i = tf.constant(0) while_condition = lambda i: ...
確定! 回上一頁