Faceswap
https://github.com/deepfakes/faceswap - 28.7k
https://www.faceswap.dev
https://forum.faceswap.dev/viewtopic.php?f=4&t=20
//----------------
* 실행 에러
The ordinal 241 could not be located in the the dynamic link library
python.exe ordinal 242 dll miniconda3
MiniConda3\envs\faceswap\Library\bin\mkl_intel_thread.dll
https://stackoverflow.com/questions/53026985/the-ordinal-242-could-not-be-located-in-the-dynamic-link-library-anaconda3-libra
https://conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#numpy-mkl-library-load-failed
set CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1
conda list --show-channel-urls
모듈 업데이트
conda update -c defaults python
C:\Windows\System32 폴더에서 mkl_ 관련 dll삭제
mkl_core.dll
mkl_dev.dll
mkl_intel_thread.dll
* 프로그램 삭제 로 해결됨
Amplitube, by IK Multimedia
ASIO4ALL, by Michael Tippach
//-----------------------
* 에러
tensorflow stream_executor cuda cuda_driver failed call to cuInit UNKNOWN ERROR 303
tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303)
- 원인 : Miniconda가 제대로 설치되지 않음
- 해결 방법 : Miniconda 재설치
'AI' 카테고리의 다른 글
Stable Diffusion web UI 사용법, 에러 해결 방법 (0) | 2022.11.10 |
---|---|
자연어 처리(NLP ) 역사 (0) | 2022.07.24 |
[NLP] GPT-2 사용법 (windows) (0) | 2022.07.23 |
[음성인식] DeepSpeech 사용법 (0) | 2021.01.18 |
[ML] AllenNLP - PyTorch 자연어 처리 라이브러리 (0) | 2020.10.05 |
댓글을 달아 주세요