tensorflow,如何通过tf.read_file读取文件时解码“ utf-8”

时间:2018-12-05 22:59:00

标签: tensorflow utf-8 decode

  1. 我创建了一些numpy数组并将其保存在文件夹中 下面是该数组的值

below is the values of this array

  • 但将其另存为.txt文件中的“ utf-8”

utf-8 in a .txt file

2。在使用tf.train.slice_input_producer和tf.read_file读取此文件时,   它显示编码值。 对于python,我可以使用.decode(“ utf-8”),但对于tensorflow来说,   您知道如何使用tensorflow对此进行解码吗?

utf-8 encoded when using tf.read_file to read this file

0 个答案:

没有答案