Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tensorboardX-2.1.tar.gz | 2020-07-05 | 93.6 kB | |
tensorboardX-2.1-py2.py3-none-any.whl | 2020-07-05 | 308.8 kB | |
README.md | 2020-07-05 | 369 Bytes | |
Release v2.1.tar.gz | 2020-07-05 | 3.1 MB | |
Release v2.1.zip | 2020-07-05 | 3.1 MB | |
Totals: 5 Items | 6.6 MB | 0 |
2.1 (2020-07-05)
- Global SummaryWriter that mimics python's default logger class, concurrent write is supported.
- 200x speed up for add_audio. Please install the soundfile package for this feature.
- Supports jax tensors.
- The add_graph function is delegated to the one in torch.utils.tensorboard.
- Bug fixes, see the commit log in Github.