-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Comments
Found some additional info. Can I run tensorboard without a TensorFlow installation? |
As far as I know, PyTorch provides the SummaryWriter but does not have TensorBoard/TensorFlow as a requirement. |
@awaelchli nice, are you interested in submitting a PR? :] |
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? |
would be interested. However, I have unfortunately no time today. @neggert feel free to take it if you want and have the time. |
here are clear instructions on how to do this: https://pytorch-lightning.readthedocs.io/en/latest/Trainer/Logging/#custom-logger |
I think I have a little time today to take a crack at it. |
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
The text was updated successfully, but these errors were encountered: