Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logger: add TensorBoard without tensorFlow #588

Closed
Borda opened this issue Dec 5, 2019 · 7 comments · Fixed by #607
Closed

logger: add TensorBoard without tensorFlow #588

Borda opened this issue Dec 5, 2019 · 7 comments · Fixed by #607
Labels
feature Is an improvement or enhancement help wanted Open to be worked on

Comments

@Borda
Copy link
Member

Borda commented Dec 5, 2019

Is your feature request related to a problem.
any way to get rid of the TensorFlow dependency?

Describe alternatives you've considered
See discussion in #265.

Additional context

@Borda Borda added feature Is an improvement or enhancement help wanted Open to be worked on labels Dec 5, 2019
@awaelchli
Copy link
Contributor

Found some additional info.
The FAQ in the tensorboard readme states:

Can I run tensorboard without a TensorFlow installation?
TensorBoard 1.14+ can be run with a reduced feature set if you do not have TensorFlow installed. The primary limitation is that as of 1.14, only the following plugins are supported: scalars, custom scalars, image, audio, graph, projector (partial), distributions, histograms, text, PR curves, mesh. In addition, there is no support for log directories on Google Cloud Storage.

@awaelchli
Copy link
Contributor

As far as I know, PyTorch provides the SummaryWriter but does not have TensorBoard/TensorFlow as a requirement.

@Borda
Copy link
Member Author

Borda commented Dec 6, 2019

@awaelchli nice, are you interested in submitting a PR? :]

@williamFalcon
Copy link
Contributor

yes! this is a big addition. @awaelchli or @neggert would anyone be interested in adding this today so we can have it in the next release?

@awaelchli
Copy link
Contributor

awaelchli commented Dec 6, 2019

would be interested. However, I have unfortunately no time today. @neggert feel free to take it if you want and have the time.

@williamFalcon
Copy link
Contributor

here are clear instructions on how to do this:

https://pytorch-lightning.readthedocs.io/en/latest/Trainer/Logging/#custom-logger

@neggert
Copy link
Contributor

neggert commented Dec 6, 2019

I think I have a little time today to take a crack at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement help wanted Open to be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants