Looping over a tensor should be generally done by using ´tf.map_fn´. Here is a solution that works: import tensorflow as tf import numpy as ...
確定! 回上一頁