You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the beginning, I followed the video operation. When I tried to train the model myself, I encountered the following problem when executing 'generate_tfrecord.py'
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa8 in position 40: invalid start byte
At the beginning, I followed the video operation. When I tried to train the model myself, I encountered the following problem when executing 'generate_tfrecord.py'
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa8 in position 40: invalid start byte
The video is as follows
https://www.youtube.com/watch?v=kq2Gjv_pPe8&list=PLQVvvaa0QuDcNK5GeCQnxYnSSaar2tpku&index=4
Later I tried to use the unmodified source code to execute the same problem
I checked many documents and determined that the CSV encoding type is "UTF-8".
The text was updated successfully, but these errors were encountered: