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:
- Created 6 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
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:
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.