TypeError: expected bytes, Descriptor found

后端 未结 4 1018
甜味超标
甜味超标 2021-01-01 07:07

How do I fix the following error traceback regarding tf.record?

(tensorflow1) c:\\tensorflow1\\models\\re         


        
4条回答
  •  余生分开走
    2021-01-01 07:14

    I get the same error when I installed tensorflow with conda install -c anaconda tensorflow-gpu over existing tenforflow.

    Remove existing environment and create a new one. Then run conda install -c anaconda tensorflow-gpu .

提交回复
热议问题