其他分享
首页 > 其他分享> > tensorflow——常见报错(持续更新)

tensorflow——常见报错(持续更新)

作者:互联网

tensorflow——常见报错

问题一:

描述:UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 5456: illegal multibyte sequence

图片描述:

解决方法:将open(file) :改成 open(file, ‘r’, encoding=‘utf-8’) 

问题二:

描述:WARNING:tensorflow:Layer gru_3 will not use cuDNN kernels since it doesn t meet the criteria. It will use a generic GPU kernel as fallback when running on GPU.

解决方法:

 

问题三:

……

标签:use,更新,报错,file,GPU,tensorflow,open
来源: https://www.cnblogs.com/Wu-Ling/p/16557701.html