This is the common case, we have a numpy array and we want to pass it to tensorflow. # create a random vector of shape (100,2) x = np.random.sample((100,2)) # ...
確定! 回上一頁