tensorboard
tensorboard copied to clipboard
Standalone TensorBoard for visualizing in deep learning
Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 to 3.1.2. Changelog Sourced from bleach's changelog. Version 3.1.2 (March 11th, 2020) Security fixes bleach.clean behavior parsing embedded MathML and SVG content with RCDATA tags did...
**The issue:** I have been trying to run the "import tensorflow" command in python. But, that runs into an error stating that the command "couldn't build proto file into descriptor...
... which now leads to a malware distributing site.
Hi, Thanks for the amazing work, Do you have an expected release date for this package in pypi ? It's hard to recommend this package to other people for now...
PIL.fromarray function cannot handle channel==1. TypeError has occurred. ``` from PIL import Image import numpy as np arr = np.random.rand(100,100,1) image = Image.fromarray(arr) Traceback (most recent call last): File "",...
@zihaolucky ,running `sh installer.sh` keeps pending, i do not know whether it is normal, like ``` protoc tensorboard/src/*.proto --python_out=python/ Submodule 'tensorboard-lite' (https://github.com/zihaolucky/tensorboard-lite.git) registered for path 'tensorboard-lite/tensorboard-lite' Cloning into '$HOME/tensorboard/tensorboard-lite'... ```
I have recently attempted to install [tensorboard](https://github.com/dmlc/tensorboard/) via pip as detailed in the README.md. The installation was deemed successful however when I try to run tensorboard after the installation, I...
I've tried to install tensorboard on Python 3.6 (macOS Sierra 10.12.6) both using `pip3 install tensorboard` or build from source. In both cases I'm getting this error: ``` > tensorboard...
I've encountered a issue when both python2 and 3 are installed on the same machine but tensorboard is installed via python3. (Typically python2 is called via `python` and python3 via...
I found tensorboard is an awesome tool, and also used it to analyze the events generated by tensorflow. Now I'd like to analyze the events in the HDFS. Can we...