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