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 |
Tags
- sending 404
- 청년인재
- NEXTERS
- kotiln
- nvcc
- cuda-10.2
- 이것만보면돼
- 인공지능
- 머신러닝
- DataBinding Error
- resample2d_cuda
- 코틀린
- IT연합동아리
- 소켓통신
- utuntu
- 넥스터즈
- 백준
- 빅데이터청년캠퍼스
- 알고리즘
- ubuntu18.04
- 빅데이터청년인재
- Android
- 안드로이드
- flownet
- clean architecture
- 자바
- 빅데이터
- 딥러닝
- 데이터청년캠퍼스
- ubuntu
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:42tensorboard 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