연구실 서버 (쿠다, cudnn, virtuenv -맞나?- 이미 설치된 환경)에 가상환경 만들어서 tensorflow-gpu 깔았따. (정리안함)

https://www.tensorflow.org/install/install_linux#installing_with_anaconda

conda create -n yujin
source activate yujin
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.2.1-cp27-none-linux_x86_64.whl
1.3 버전 하니까 cudnn 버전이 안맞아서 걍 1.2로 깔았다

그리고 파이참과 연결

연결해야하는 remote interpreter 의 위치는
(ssh://nlp908@163.239.199.224:22/data/yoonseok/anaconda2/envs/yujin/bin/python)내ㅕ
요런식, 즉
아나콘다 밑에 envs 밑에
내가 만든 virtual env 이름 (이경우엔 yujin) 밑에
bin 밑에 있는
파이썬!

+그리고!
환경변수를 추가해줘야한다
https://stackoverflow.com/questions/33812902/pycharm-cannot-find-library
여기의 두번째 답변을 보고 사진처럼 함.

I came across this problem just recently using a remote debugger, however I believe it's still the same solution. I just added the following to the Environment Variables section in the Run/Debug Configuration options found in Run > Edit Configurations... dialog: LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH



Total memory: 7.92GiB Free memory: 215.56MiB
근데 이거 뭐야? 너무 적어!
(찬민이가 실험 중인듯...)
keras 도 깔았다
https://keras.io/#installation
걍 pip install keras (conda vertual-env에서)함

-------------------


어째서인지 내 가상환경이 없어져 버려서 다시하는중
이번엔 anacodna3에 한다 그거 말곤 동일
역시 1.2 로 깔아야 했다
그리고 다른 패킷들도 깔고 있다 (https://github.com/ematvey/hierarchical-attention-networks 이거돌릴라고)
근데 https://spacy.io/docs/usage/ 이게 잘 안깔리네
pip로 안대서 conda로 깔고 있다
응 그냥 deactivate 하고 다시 activate 하니깐 됨 ^^
----
엥 안써놨네
1.1로 다운그래이드함
https://github.com/ematvey/hierarchical-attention-networks
에 있는 무슨 코드가 1.2에서 안돎ㅠㅠ
---
227섭!

conda create -n python2 python=2.7 
yujin_27로 만듦
다시 tensorflow 깔아야함 ㅎㅎ
 pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp27-none-linux_x86_64.whl

댓글

가장 많이 본 글