python str to tensorflow tf.string tensor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python str to tensorflow tf.string tensor相关的知识,希望对你有一定的参考价值。

我正在尝试将具有str格式的python变量转换为具有tf.string数据类型的Tensorflow的Tensor。任何人都知道如何?

这是我尝试过的,但它预计data已经采用Tensor格式。

print(type(data)) # <type 'str'>
myTensor = tf.convert_to_tensor(data, dtype=tf.string) # ERROR!
答案

我试图重现错误如下:

myTensor = tf.convert_to_tensor("foo", dtype=tf.string) 

print(myTensor)

但是打印输出是Tensor(“Const:0”,shape =(),dtype = string)所以它似乎在我的情况下正常工作。

我不确定你为什么会收到错误。

以上是关于python str to tensorflow tf.string tensor的主要内容,如果未能解决你的问题,请参考以下文章

python unicode to str and str to unicode

tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is p

ValueError: Attempt to reuse RNNCell <tensorflow.contrib.rnn.python.ops.core_rnn_cell_impl.BasicL

tensorflow.python.framework.errors_impl.UnknownError: Fail to find the dnn implementation. [Op:Cudnn

tensorflow.python.framework.errors_impl.UnknownError: Fail to find the dnn implementation. [Op:Cudnn

python convert_block_to_str