Tzu-Wei Huang

Results 104 comments of Tzu-Wei Huang

I guess it's hidden in one of them :) https://github.com/tensorflow/tensorboard/search?l=TypeScript&q=color

Can't reproduce :( tested on MacOS, ubuntu 16.04 and 18.04

@1973Blunt I guess there are other error messages like "protobuf compilation error". Did you see that as well?

@TomorrowIsAnOtherDay Can you show the result of `pip list` along with all the error messages? Thanks

@TomorrowIsAnOtherDay Hi, current version should have a requirement of protobuf >= 3.6.1 during setup. It would be great if you can share how you fix the problem. (reinstall protobuf or...

@padluo Because release v1.8 still have the patch I mentioned. Please remove old versions and install from source again.

Hi, this might be a bug that has been fixed. I tested with torch 1.2 and master branch of tensorboardX, the two inputs have the same rendering result.

how did you use the function? On Sat, Jan 19, 2019 at 8:32 AM Victoria X Lin wrote: > I am able to use TensorboardX to view scalar values without...

`add_graph` should be only called once per `SummaryWriter`. Is there any warning message?

Yes, please check https://github.com/lanpa/tensorboardX/blob/master/examples/demo_graph.py