zhongranxu 2019-06-28
我们在进行tfrecord转码时可能会遇到
TypeError: '*' has type <class 'str'>, but expected one of: ((<class 'bytes'>,),)```
通过查找找到了其他博主提供的两种方法
https://blog.csdn.net/qq_2992...
但是运行后系统还是报同样的错误,最后通过焦头烂额地分析错误代码和错误提示,更改了两处地方的代码
可能遇到的其他问题就是py2和py3的版本问题了