Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- kotiln
- NEXTERS
- Android
- 빅데이터청년캠퍼스
- 넥스터즈
- 백준
- sending 404
- 딥러닝
- utuntu
- 알고리즘
- 빅데이터
- 자바
- ubuntu
- flownet
- 빅데이터청년인재
- 안드로이드
- clean architecture
- resample2d_cuda
- 머신러닝
- 코틀린
- 청년인재
- IT연합동아리
- 이것만보면돼
- 인공지능
- ubuntu18.04
- 데이터청년캠퍼스
- DataBinding Error
- nvcc
- 소켓통신
- cuda-10.2
Archives
- Today
- Total
보초의 코딩일기장
Tensorboard Error) path /[[_dataImageSrc]] not found, sending 404, path /[[_imageURL]] not found, sending 404 본문
일상
Tensorboard Error) path /[[_dataImageSrc]] not found, sending 404, path /[[_imageURL]] not found, sending 404
장보비 2020. 2. 5. 11:42
tensorboard log directory 경로를 잘못 지정해주어서 나타나는 경우입니다.
지정해준 경로에 log file이 존재하는지 확인 후 경로를 재설정하면 해결됩니다.
수정 전) tensorboard --logdir = ./path/to/log
수정 후) tensorboard --logdir = ./path/to/log/
'일상' 카테고리의 다른 글
Clean Architecture in Android ! (0) | 2020.03.20 |
---|---|
Build Error) You need C++14 to compile PyTorch (0) | 2020.02.05 |
Ubuntu 18.04 Error) sudo: unknown uid 1000: who are you? (0) | 2020.01.08 |
백준 10844번: 쉬운 계단 수 (0) | 2020.01.07 |
백준 15990번: 1, 2, 3 더하기 5 (0) | 2020.01.07 |
Comments