윈도우즈에 tensorflow를 설치하는 중 발생한 문제

3250 단어 환경 설정
1. ImportError: DLL load failed: DLL(Dynamic Link Library) 초기화 프로세스가 실패했습니다.\quad는tensorflow를 실행할 때\quad ImportError: DLL load failed: A dynamic link library(DLL) initialization routine failed를 만날 수 있습니다.(Win 10) 또는\quad ImportError: DLL load failed with error code - 1073741795(Win 7) 는 CPU가 AVX 명령을 지원하지 않기 때문입니다.새 버전의 tensorflow(>=1.6)에 이런 문제가 발생할 수 있습니다.6.0 릴리즈에서는 AVX 명령을 사용하기 때문에 이전 CPU에서 실행할 수 없습니다.해결 방법: 1. 낮은 버전의 tensorflow(<=1.5) 설치, 특수 컴파일된 tensorflow 버전(다운로드 주소https://github.com/fo40225/tensorflow-windows-wheel) 해당 버전 sse2 폴더에서 다운로드합니다.whl 파일.
2. 다운로드가 느린 문제를 해결하고 국내 이미지 원본을 수정한다.
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

국내 미러 목록
http://mirrors.aliyun.com/pypi/simple/ //  
https://pypi.tuna.tsinghua.edu.cn/simple/ //  
http://pypi.douban.com/ //  
http://pypi.hustunique.com/ //      
http://pypi.sdutlinux.org/ //      
http://pypi.mirrors.ustc.edu.cn/ //        

유효한지 확인
conda info

좋은 웹페이지 즐겨찾기