[docs] FAQ mentions non-existent `--debug` flag
See original GitHub issueTensor Board is not loading data properly. I am trying to follow the debug instructions given below.
At the first step of running the debugger on logdirectory path I get the following output.
(tensorflow) C:\Users\jw\Documents\tfpractice>tensorboard --logdir DIRECTORY_PATH --debug usage: tensorboard.exe [-h] [–debugger_data_server_grpc_port DEBUGGER_DATA_SERVER_GRPC_PORT] [–logdir LOGDIR] [–host HOST] [–port PORT] [–purge_orphaned_data [PURGE_ORPHANED_DATA]] [–nopurge_orphaned_data] [–reload_interval RELOAD_INTERVAL] [–db DB] [–inspect [INSPECT]] [–noinspect] [–tag TAG] [–event_file EVENT_FILE] [–path_prefix PATH_PREFIX] tensorboard.exe: error: argument --debugger_data_server_grpc_port: expected one argument`
I haven’t been able to find information on this particular error, would love some help on it. I am using tensor flow version 1.4 and running it with anaconda version 123 on windows 1.6.5
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top GitHub Comments
I solved my own problem. I was just copying pasting
tensorboard --logdir=path/to/log-directory
where path/to/log/directory should have been my actual path. All you do is put your actual path there which in the case of the example code looks like.tensorboard --logdir=C:\tmp\tensorflow\mnist\logs\mnist_with_summaries\train
@mariam186 taking another look at this, the documentation about using a
--debug
flag is out of date, that flag hasn’t existed in a long time. We’ll update the docs. If you were still having trouble getting data loading, consider asking on Stack Overflow where they have a larger community to look at issues.