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.

When i use tensorboard --logdir=path , says an error: 0xf0 in position 9: invalid continuation byte

See original GitHub issue
  • TensorBoard version (from pip package, also printed out when running tensorboard) 1.6.0

  • OS Platform and version Windows 8.1

  • Python version (e.g. 2.7, 3.5) 3.6.2

    • Screenshot

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
nfeltcommented, May 3, 2019

@SrushtiRS I don’t think this is quite the same issue, actually. It looks like one of the embedding metadata files you’re using isn’t encoded using UTF-8. I’d check to make sure all text files within the log directory you’re using are UTF-8 encoded.

1reaction
nfeltcommented, Mar 21, 2018

This sounds like the same issue that was reported in #682. Are you using a machine with unicode (non-ASCII) characters in its hostname?

Could you please run the following command:

python -c "import socket; print(socket.getfqdn()); print(socket.gethostbyaddr(socket.gethostname()))"

If it prints out the same error, then this is an underlying issue with python and/or your hostname; there won’t be much that TensorBoard can do about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TensorBoard --logdir="path/to/log" (cannot assign to operator)
If you are running it from ipython/jupyter-notebook, you can insert ! at the beginning of the command to run a native system command....
Read more >
Deep Dive Into TensorBoard: Tutorial With Examples
Let's now walk through an example where you will use TensorBoard to visualize model metrics. For that purpose, you need to build a...
Read more >
Using TensorBoard in Notebooks - TensorFlow
Start by installing TF 2.0 and loading the TensorBoard notebook extension: For Jupyter users: If you've installed Jupyter and TensorBoard ...
Read more >
Error appeared when I use tensorboard : r/tensorflow - Reddit
When I use tensorboard in command line: tensorboard --logdir PATHNAME, an error appeared: OSError: Errno22: invalid argument.
Read more >
How to Use TensorBoard? - ITNEXT
TensorFlow provides a way to do just that using TensorBoard! TensorBoard is a visualization software that comes with any standard TensorFlow ...
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