목록Programming/etc (6)
Allen's 데이터 맛집
이번 포스트에서 파이썬 환경을 통해 라이브러리를 다운받을 때 발생하는 에러 해결 방법에 대해서 알아보겠습니다 https://github.com/haven-jeon/PyKoSpacing GitHub - haven-jeon/PyKoSpacing: Automatic Korean word spacing with PythonAutomatic Korean word spacing with Python . Contribute to haven-jeon/PyKoSpacing development by creating an account on GitHub.github.com 텍스트 전처리를 위한 PyKoSpcaing 이란 라이브러리를 다운 받으려고 할 때 다음과 같은 에러가 발생하였습니다.ERROR: Cannot find ..
plot_model 함수를 사용하여 모델을 시각화하려고 할 때 발생한 에러와 그 해결 방법에 대해 다뤄보겠습니다. 머신러닝 모델을 학습한 후, 모델의 구조를 시각화하기 위해 plot_model 함수를 사용했습니다. 그러나 이 과정에서 에러가 발생했고, 이를 해결하는 방법을 찾았습니다. 에러 상황 plot_model 함수를 실행하던 중 다음과 같은 FileNotFoundError 에러가 발생했습니다.--------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) File C:\ProgramData\an..
