Open ksv87 opened 9 months ago
Integration with tensorboard
from torch.utils.tensorboard import SummaryWriter ... writer.add_scalar(...) ...
https://pytorch.org/docs/stable/tensorboard.html
This is more informative than a text log
Map metrics must be included in the tensorboard
Search before asking
Description
Integration with tensorboard
https://pytorch.org/docs/stable/tensorboard.html
Use case
This is more informative than a text log
Additional
Map metrics must be included in the tensorboard
Are you willing to submit a PR?