question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[docs] FAQ mentions non-existent `--debug` flag

See original GitHub issue

Tensor Board is not loading data properly. I am trying to follow the debug instructions given below.

[(https://github.com/tensorflow/tensorboard/blob/master/README.md#my-tensorboard-isnt-showing-any-data-whats-wrong)]

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:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
jmw992commented, Dec 13, 2017

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

0reactions
nfeltcommented, May 2, 2018

@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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tag Assistant debug mode - Google Support
This article describes Tag Assistant debug mode for Google tag installations. Sites with Tag Assistant debug mode enabled will display in a separate...
Read more >
Developer FAQ - Meta for Developers - Facebook
More documentation on the debug flag to the SDK's init() ' method can be found at https://developers.facebook.com/docs/accountkit/webjs/reference.
Read more >
Source Level Debugging with LLVM
LLVM debug information always provides information to accurately read the source-level state of the program, regardless of which LLVM optimizations have been ...
Read more >
7.6. Scripting — Code Composer Studio 12.1.0 Documentation
Lets take a look at what a real JavaScript code would look like using the first option (passing in a unique name): ......
Read more >
Frequently Asked Questions — Ansible Documentation
Without this option, SSH and therefore Ansible will wait until the TCP connection ... If there's no mention in the module's documentation that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found