
(이 글은 Ubuntu 18.04를 기준으로 작성되었습니다) tensorboard 활성화 명령어 tensorboard --logdir=./logdirectory 이렇게만 주면, Error 내가 [remote machine의 ip]:/6006 으로 local machine에서 접근했을 때, 방화벽 error 가 발생한다 Solution tensorboard 실행 시, bind_all 옵션을 주면 된다. 이 옵션을 주면 모든 ip에서 이 ip의 tensorboard에 접근 가능해진다. tensorboard --logdir=~/ --bind_all
이것저것 자료/Python
2021. 8. 11. 14:31
[python library] tensorboard 설치하기
(이 글은 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..
이것저것 자료/Python
2021. 8. 10. 22:21
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 카카오
- torchscript
- 다익스트라
- CUDA
- 설치
- notfound
- 코딩테스트
- BFS
- matplotlib
- 백준
- LGSVL
- 파이썬
- tensorflow
- Python
- shellscript
- error
- pytorch
- n과m
- dfs
- numpy
- version
- 이것이코딩테스트다
- 프로그래머스
- 백트래킹
- 최소신장트리
- torch
- docker
- PIP
- 설치하기
- 동적프로그래밍
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함