TeamHG-Memex / tensorboard_logger

Log TensorBoard events without touching TensorFlow
MIT License
630 stars 50 forks source link

Relevent project dmlc/tensorboard #6

Open piiswrong opened 7 years ago

piiswrong commented 7 years ago

Hi, Great effort. Looks like a lot of people are interested in using tensorboard in a larger context. We have also been working on extracting tensorboard logging and rendering from tensorflow. https://github.com/dmlc/tensorboard

Would you be interested in joining force?

Thanks, Eric

lopuhin commented 7 years ago

Hi @piiswrong , thanks for kind words, and thanks for the pointer! What are your plans on https://github.com/dmlc/tensorboard - do you want it to be a standalone library, or to merge it into MXNet? For tensorboard_logger, I'd like to have it standalone to be able to use it from different frameworks (and not only deep learning) - if your goal is the same, then I'm all for joining forces, it's better to have one library that is actively supported and developed.

edgarriba commented 7 years ago

hey, could be grate to have it as standalone project. Many DL projects could take advantage of it.

bravomikekilo commented 7 years ago

I have extracted tensorboard from tensorflow as a standalone application. bravomikekilo/mxconsole It can present the logs without compile the whole tensorflow