Neptune.ai Tensorboard integration library
Project description
Neptune-TensorBoard integration
Log TensorBoard-tracked metadata to neptune.ai.
What will you get with this integration?
- Log, organize, visualize, and compare ML experiments in a single place
- Monitor model training live
- Version and query production-ready models and associated metadata (e.g. datasets)
- Collaborate with the team and across the organization
What will be logged to Neptune?
- Model summary and predictions
- Training code and Git information
- System metrics and hardware consumption
You can also log:
- Existing TensorBoard logs
- Other metadata
Resources
Example
Install Neptune and the integration:
pip install -U "neptune[tensorboard]"
Enable Neptune logging:
import neptune
from neptune_tensorboard import enable_tensorboard_logging
neptune_run = neptune.init_run(
project="workspace-name/project-name", # replace with your own
tags = ["tensorboard", "test"], # optional
dependencies="infer", # optional
)
enable_tensorboard_logging(neptune_run)
Export existing TensorBoard logs:
neptune tensorboard --api_token YourNeptuneApiToken --project YourNeptuneProjectName logs
Support
If you got stuck or simply want to talk to us, here are your options:
- Check our FAQ page.
- You can submit bug reports, feature requests, or contributions directly to the repository.
- Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).
- You can just shoot us an email at support@neptune.ai.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neptune_tensorboard-1.0.3.tar.gz
(13.8 kB
view details)
Built Distribution
File details
Details for the file neptune_tensorboard-1.0.3.tar.gz
.
File metadata
- Download URL: neptune_tensorboard-1.0.3.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0257162541b64e87c57e70acc1af33f5ad2a0b1a9369b2c2199a3ef64c4be951 |
|
MD5 | 6e7eecddcbb7c496dd72645aba608fd9 |
|
BLAKE2b-256 | 951b6189fa0e495167ef3087e7eac69a3cc57b16cfb4c3d7d88914d9189f5c5a |
File details
Details for the file neptune_tensorboard-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: neptune_tensorboard-1.0.3-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 305b67202d3cfa3046e494e83e8c5afad5ec1f019ab64f9fab9c578be0b7d816 |
|
MD5 | 5811250b9a68290f8ef10dbeff1a0266 |
|
BLAKE2b-256 | f9be7abaf4c13ddefb9bacb0e7320e66583f29bca376f781452dcc3c1a7dfd2d |