Neptune.ai pytorch integration library
Project description
Neptune - PyTorch integration
Experiment tracking for PyTorch-trained models.
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?
- Training metrics
- Model checkpoints
- Model predictions
- Other metadata
Resources
Example
from neptune_pytorch import NeptuneLogger
run = neptune.init_run()
neptune_logger = NeptuneLogger(
run,
model=model, # your torch Model()
log_model_diagram=True,
log_gradients=True,
log_parameters=True,
log_freq=30,
)
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_pytorch-2.0.0.tar.gz
(10.0 kB
view hashes)
Built Distribution
Close
Hashes for neptune_pytorch-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcd33d120882f7308f73444e41d0878b4579bbd1f26bbb10e0d9c4116e3bb891 |
|
MD5 | c45a08b93a2d5ac6a5fa04103bde1360 |
|
BLAKE2b-256 | 22b935d3baf2dcdb39874da867ed1e88b1b43c54792f4cdb4f85dc1f1c5c301a |