I’ve used tensorboard in the past but I am wondering if I really even need it anymore…so my questions are:
- can I do everything in wandb?
- when is tensorboard useful or a good complement
- how do people use both if at all in general?
Thanks!
I’ve used tensorboard in the past but I am wondering if I really even need it anymore…so my questions are:
Thanks!
I have used both Tensorboard and wandb. When I was using tensorboard, I was very reluctant to use wandb but once I got the hang of it, I never used Tensorboard again.
Wandb is far more superior to tensorboard in terms of experiment tracking and managing logs.
Thanks!