tensorflow converting tensor to python list is too slow

583 Views Asked by At

My goal is feeding tensors to tensorflow algorithm.

I convert tensor object to python list using tensor.eval(), because tensors cannot be fed.

But it takes too long time.

Are there any other methods?

0

There are 0 best solutions below