tensorflow製作tfrecords文件TypeError: '*' has type str, but expected one of: bytes問題的解決

我得程序中定位到的出錯位置在這tf.train.Feature(bytes_list=tf.train.BytesList(value=[v])) 意思是v不能爲字符串類型,但是查詢了各種各樣的製作tfrecords文件的時候發現這裏就是字符串類型 解決: 從這個教程中看到了解決辦法 https://www.grt1st.cn/posts/tensorflow-with-tfrecords/ 上面
相關文章
相關標籤/搜索