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
windows下使用labels.txt进行缓存,cache_data.py中的line_list = file.split('\t')似乎要改为line_list = file.split(r'\t'),否则无法正确识别分隔符。 话说为什么要用\t这么个带歧义的分隔符呢
The text was updated successfully, but these errors were encountered:
难怪我总是出现无法索引的报错,按照大佬的方法修改恢复正常,感谢大佬
Sorry, something went wrong.
No branches or pull requests
windows下使用labels.txt进行缓存,cache_data.py中的line_list = file.split('\t')似乎要改为line_list = file.split(r'\t'),否则无法正确识别分隔符。
话说为什么要用\t这么个带歧义的分隔符呢
The text was updated successfully, but these errors were encountered: