(이 글은 Ubuntu 18.04를 기준으로 작성되었습니다) tensorboard는 pip를 이용하여 간단하게 설치할 수 있다. python -m pip install tensorboard 설치 후에 tensorboard --logdir=./log 로 tensorboard를 실행해보았더니 AttributeError: module 'tensorboard' has no attribute 'lazy' AttributeError: module 'tensorboard' has no attribute 'lazy' 라는 에러가 발생하였다. 이를 해결하기 위한 방법은 tf-nightly를 추가로 설치해주는 것이다. # tensorflow 1.xx python -m pip install tf-nightly # tenso..
(이 글은 ubuntu 18.04를 기준으로 작성되었습니다) 1. CMake 설치파일 받기 https://cmake.org/download/ 여기서 실행파일을 받아서 바로 실행해도 되고, tar.gz 받아서 진행해도 된다. 이하 설명은 tar.gz파일을 기반으로 진행된다. 2. link address copy 후 wget으로 받아줌 wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2.tar.gz 3. 압축 풀기 tar xzvf cmake-3.18.2.tar.gz 4. 그 폴더에 들어가서 ./bootstrap 실행 cd cmake-3.18.2 && ./bootstrap 5. OpenSSL 에러가 뜨면 openssl 설치한..
(이 글은 ubuntu 18.04를 기준으로 작성되었습니다) 1. pip로 설치하기 python3 -m pip install scipy 2. apt-get으로 설치하기 apt-get install python-scipy apt-get으로 설치 가능한 version이 많지 않아서 주로 pip 로 설치한다고 한다. https://www.scipy.org/install.html Installation — SciPy.org Installation Installations methods include: Methods differ in ease of use, coverage, maintenance of old versions, system-wide versus local environment use, and con..
- Total
- Today
- Yesterday
- dfs
- docker
- torchscript
- pytorch
- torch
- PIP
- 설치
- version
- matplotlib
- Python
- 다익스트라
- LGSVL
- 프로그래머스
- 백준
- 파이썬
- 백트래킹
- CUDA
- notfound
- 최소신장트리
- 설치하기
- 카카오
- n과m
- 이것이코딩테스트다
- numpy
- shellscript
- tensorflow
- BFS
- 동적프로그래밍
- 코딩테스트
- error
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |