tensorflow / tensorflow

An Open Source Machine Learning Framework for Everyone

Home Page:https://tensorflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorBoard doesn't handle ~ in paths properly

teamdandelion opened this issue · comments

Right now, TensorBoard does not properly evaluate a path beginning with ~ (at least on mac). Example:

(tensorflow) ~/space❯ pwd
/Users/danmane/space
(tensorflow) ~/space❯ tensorboard --logdir=~/foo/zoid --debug --host=localhost
INFO:tensorflow:TensorBoard is in debug mode.
INFO:tensorflow:Starting TensorBoard in directory /Users/danmane/space
INFO:tensorflow:TensorBoard path_to_run is: {'/Users/danmane/space/~/foo/zoid': None}