We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在按照Readme文件中进行训练时,在
face-nn/neural/dataset.py
Line 44 in b931494
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 0: invalid continuation byte
The text was updated successfully, but these errors were encountered:
我在按照Readme文件中进行训练时,在 face-nn/neural/dataset.py Line 44 in b931494 kk = f.read(11)[1:] # 第一个是c#字符串的长度 报错,具体信息为: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 0: invalid continuation byte 应该如何解析二进制文件呢
报错,具体信息为: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 0: invalid continuation byte 应该如何解析二进制文件呢
你好,可否加个qq交流?2391250450
Sorry, something went wrong.
No branches or pull requests
我在按照Readme文件中进行训练时,在
face-nn/neural/dataset.py
Line 44 in b931494
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 0: invalid continuation byte
应该如何解析二进制文件呢
The text was updated successfully, but these errors were encountered: