알쓸신잡

· 알쓸신잡
1. Mingw64 설치 GPU를 사용하기 위해서는 먼저 MinGW를 설치해야 한다. 공식문서에는 installer를 사용하라고 나와있으나 installer를 사용하면 다운로드가 불가하다 나오고 올해 4월부터 이러한 오류가 있는 것을 알 수 있다. 따라서 Prebuilt된 파일을 사용하면 되는데 아래 링크에서 x86_64-posix-seh를 다운받으면 된다. MinGW-w64 - for 32 and 64 bit Windows - Browse Files at SourceForge.net Ambassador Edge Stack | Kubernetes-native API Gateway For developers looking for an application development platform sourcef..
· 알쓸신잡
# 가상환경 리스트 확인 conda info --envs # 가상환경 삭제 conda remove --name 가상환경이름 --all # 파이썬 설치 가능 버전 확인 conda search python # 가상환경 생성하기 conda create --name 가상환경 python=3.7.12 # 가상환경에서 주피터 설치 pip install jupyter notebook # 주피터노트북이랑 가상환경이랑 연결하기 python -m ipykernel install --user --name 가상환경 --display-name 커널명 # 주피터에서 커널 삭제 jupyter kernelspec uninstall 커널명 # tensorflow gpu버전 설치 pip install tensorflow-gpu=2.6...
창빵맨
'알쓸신잡' 카테고리의 글 목록 (6 Page)