Replies: 1 comment 4 replies
-
@nowtoday 안녕하세요 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pyinstaller로 컴파일해서 쓰는 것을 병행하고 있는데요...
기존에는 kiwi = Kiwi(model_path='./') 정의해서 컴파일 후 모델파일들을 실행파일과 같은 폴더에 넣고서 사용이 가능했는데
지금은 불가능해지네요...
load_default_dict=load_default_dict,
RuntimeError: 'KIWI' is needed but 'IWIK': iostream stream error
설정을 빼보기도 하고
model_path=''
model_path='.'
model_path='./.'
등으로 해봤는데
그냥 스크립트로 실행하는 것과 컴파일 해서 실행하는 것을 모두 만족할 수 있는 방법이
model_path='./model'
이것 밖에 없는 것 같아서...
혹시나 같은 폴더에 넣고 컴파일과 스크립트 실행을 다 가능하게 할 방법이 있을지 해서...
Beta Was this translation helpful? Give feedback.
All reactions