dmlc / tensorboard

Standalone TensorBoard for visualizing in deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overwritten tensorboard of tensorflow

tienhv opened this issue · comments

I installed this and it overwrote the tensorboard of tensorflow, could you rename it or do something to avoid this issues?

You can install it in another env where you need tensorboard out of tensorflow.

Well,I don't think it is a good idea to break the tf's tb. Renamining maybe better.

@tienhv @wangg12 I'm sorry to bring this inconvenience.

We create this repo for those who want to use TensorBoard without TensorFlow, so we rewrite the logging part, it's a general and DL framework independent. The major work of this project is in this part, such as more types of summary.

For better maintenance, the rendering part remains almost same with the origin one so I can use bazel, reuse most of the code and scripts, so the name remains the same.