Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Proposal on building tensorboard-like tool #3306

Closed
VoVAllen opened this issue Sep 15, 2016 · 6 comments
Closed

Proposal on building tensorboard-like tool #3306

VoVAllen opened this issue Sep 15, 2016 · 6 comments

Comments

@VoVAllen
Copy link

VoVAllen commented Sep 15, 2016

By using Kibana+Logstash tech stack. It's a very common and matured tool(also open-sourced) in industry. It provides the interface to show&collect logs from various machines. Therefore what we only need to do is design the format of mxnet's output log about what to export to the tool.

And it can be deployed easily&independently by docker.

Just a very naive idea. But I believe this tool will makes mxnet easier to use. It's also useful in real industry community.

@piiswrong
Copy link
Contributor

logging and visualization is something we should have. I don't know about Kibana+Logstash though. Seems like pretty heavy machinery with a log of dependencies. Is it really necessary?

@VoVAllen
Copy link
Author

VoVAllen commented Sep 16, 2016

Yes, you are right……They are much bigger than I thought(It needs about 150MB, most part may be the jvm in docker......). I'll keep on finding appropriate tools to do so.

@VoVAllen
Copy link
Author

However I would say logging and visualization are kind of independent. Maybe we could start from logging first.

@piiswrong
Copy link
Contributor

yes. We can even consider using tensorflow's logging format and try to strip tensorboard out of tensorflow

@austingg
Copy link

austingg commented Sep 19, 2016

@piiswrong for visualizing log, and ploting training curves, you may reference nvidia-digits, there is a light-weight web-based module based on python flask.

@yajiedesign
Copy link
Contributor

This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants