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

Support TensorBoard with PyTorch #88

Open
grananqvist opened this issue Jul 4, 2024 · 0 comments
Open

Support TensorBoard with PyTorch #88

grananqvist opened this issue Jul 4, 2024 · 0 comments
Labels
Beginner issue Has a straight-forward solution, good for new contributors

Comments

@grananqvist
Copy link
Member

grananqvist commented Jul 4, 2024

We currently have TensorBoardCallback for tensorflow https://apple.github.io/pfl-research/reference/callback.html#pfl.callback.TensorBoardCallback.
We should also have a callback for TensorBoard to use with pytorch models.

Option 1 - factor out all tf code currently in TensorBoardCallback to pfl.internal.ops or pfl.internal.bridge, but there is a lot of tf code so Option 2 may be better and simpler.
Option 2 - Make a new callback (named e.g. TensorBoardWithPyTorch) specifically for PyTorch.

(102061658)

@grananqvist grananqvist added the Beginner issue Has a straight-forward solution, good for new contributors label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beginner issue Has a straight-forward solution, good for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant