일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- terminal
- qtdesigner
- numpy
- itksnap
- 비트코인
- opencv
- deeplearning
- 유가 급등
- dtype
- Python
- 세계대전
- TF
- 브렉시트
- DataSet
- Perceptron
- Inference
- error
- keras
- 딥러닝
- TFRecord
- 퍼셉트론
- loss
- pyqt
- TensorFlow
- img
- 유로화
- Training
- 세계사
- 블록체인
- cv2
Archives
- Today
- Total
활연개랑
[tensorflow] Error 해결 (텐서보드 오류) tensorboard bash: No such file or directory 본문
딥러닝
[tensorflow] Error 해결 (텐서보드 오류) tensorboard bash: No such file or directory
승해tmdhey 2022. 5. 29. 03:21반응형
bash: /home/유저이름/.local/bin/tensorboard: No such file or directory
tensorboard를 사용하기 위해 tensorboard --logdir log 를 사용하면, 다음과 같은 오류가 났습니다..
위 오류는 tensorflow 버전과 tensorboard 버전이 충돌하는 경우 생길 수 있습니다.
따라서 pip list 를 통해 tensorflow와 tensorboard의 버전을 확인해보시고, 만약 버전이 다르다면 하나를 uninstall 시켜주신 후 버전에 맞추어서 install 해주면 오류를 해결할 수 있습니다.