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

Lỗi FileNotFoundError: [Errno 2] No such file or directory: '../inalized_model.sav' #5

Closed
thanhcong1321 opened this issue Jan 24, 2022 · 0 comments

Comments

@thanhcong1321
Copy link

Lỗi không tìm thấy file inalized_model.sav'
ERROR:root:Error at
Traceback (most recent call last):
File "/Users/thanhcong/miniforge3/lib/python3.9/site-packages/vnaddress/parser.py", line 67, in execute
result, match_check, missing_tag_list = self.combined_processing(raw_address, comma_handle)
File "/Users/thanhcong/miniforge3/lib/python3.9/site-packages/vnaddress/parser.py", line 51, in combined_processing
crf_result = crf_execute("{}/{}/finalized_model.sav".format(BASE_DIR, STANDARDIZER_MODEL_PATH), corrected_address2list)
File "/Users/thanhcong/miniforge3/lib/python3.9/site-packages/vnaddress/functions/crf_layer/crf_execute.py", line 48, in crf_execute
loaded_model = joblib.load(model_path)
File "/Users/thanhcong/miniforge3/lib/python3.9/site-packages/joblib/numpy_pickle.py", line 579, in load
with open(filename, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/thanhcong/miniforge3/lib/python3.9/site-packages/vnaddress/models/finalized_model.sav'

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

2 participants