Skip to content
New issue

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

錯誤: RecursionError: maximum recursion depth exceeded in comparison #51

Open
vitahuang629 opened this issue Feb 4, 2025 · 1 comment

Comments

@vitahuang629
Copy link

Image

我在執行下面這段程式碼時:
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"

@vitahuang629
Copy link
Author

我跳過這段data_utils.download_data_gdown("./")

就可以跑了~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant