본문 바로가기
CS/삽질로그

Tensorboard 안보일 때 (path /data/index.js not found, sending 404) (해결)

by judy@ 2023. 8. 25.

문제 상황

나는 평소 Safari 브라우저를 사용하는데, Tensorboard 를 띄우니 자꾸 화면 로딩이 안되고, 콘솔 창에 404 에러가 발생했다.

 

로딩 안되는 예시 (localhost:6006)

Console 예시

$ tensorboard --log_dir [LOGDIR]
Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.13.0 at http://localhost:6006/ (Press CTRL+C to quit)
path /data/index.js not found, sending 404

 

해결 방법

간단하다. 크롬을 쓰자.

 

https://github.com/tensorflow/tensorflow/issues/9976#issuecomment-1272489124

 

Tensorboard 404 Errors · Issue #9976 · tensorflow/tensorflow

System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): N/A OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win 10 TensorFlow ins...

github.com

 

자..잘된다..

반응형