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
我在執行下面這段程式碼時: ws = WS("./data") pos = POS("./data") ner = NER("./data")
會出現錯誤RecursionError: maximum recursion depth exceeded in comparison, 我有試著增加遞迴深度 sys.setrecursionlimit(2000),但一樣沒有改變
環境使用: windows, python "3.11.0", tensorflow = "2.15.0", tensorflow-io-gcs-filesystem = "0.31.0", ckiptagger = "^0.1.1"
The text was updated successfully, but these errors were encountered:
我跳過這段data_utils.download_data_gdown("./")
就可以跑了~
Sorry, something went wrong.
No branches or pull requests
我在執行下面這段程式碼時:
ws = WS("./data")
pos = POS("./data")
ner = NER("./data")
會出現錯誤RecursionError: maximum recursion depth exceeded in comparison,
我有試著增加遞迴深度 sys.setrecursionlimit(2000),但一樣沒有改變
環境使用: windows, python "3.11.0", tensorflow = "2.15.0", tensorflow-io-gcs-filesystem = "0.31.0", ckiptagger = "^0.1.1"
The text was updated successfully, but these errors were encountered: