I have many tensors now but I found that I can only print out shapes and data types using the print method. Is there any way I can view their values? I am learning tensorflow2.0
# the version is tensorflow2.0
SparseTensor(indices=Tensor("DeserializeSparse_1:0", shape=(None, 1), dtype=int64))
Tensor("DecodeJpeg:0", shape=(None, None, 3), dtype=uint8)