pytorch-deep-learning icon indicating copy to clipboard operation
pytorch-deep-learning copied to clipboard

TensorBoard.dev is shutting down - find an alternative?

Open mrdbourke opened this issue 1 year ago • 3 comments

By December 31st 2023, TensorBoard.dev will shutdown.

What alternatives are there?

See:

Screenshot 2023-10-10 at 9 12 26 am

--

Alternatives

Some alternative options:

  • TensorBoard live in Google Colab - https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/docs/tensorboard_in_notebooks.ipynb
  • Weights and Biases - https://docs.wandb.ai/guides/integrations/tensorboard

mrdbourke avatar Nov 09 '23 05:11 mrdbourke

Thanks a lot!

aagirre92 avatar Nov 09 '23 12:11 aagirre92

Can you describe some steps to visualize EfficientNetB0 vs Resnet50V2 model without using tensorboard callbacks ?

kapcodeO avatar Jan 15 '24 14:01 kapcodeO

If I log images in TensorBoard (Currently doing that with PyTorch lightning to generate samples after 5 epochs) won't that occupy my Wandb storage space that I get with my free account?

One of the reasons that I am not using Wandb is because of the limited storage space. TensorBoard saves the files locally. What should I do if TensorBoard dev doesn't exist? How do I share my logged metrics, hyperparameters and sampled images to collaborators?

Ahmad-Omar-Ahsan avatar Feb 07 '24 00:02 Ahmad-Omar-Ahsan