Neptune.ai sacred integration library
Project description
Neptune + Sacred Integration
Neptune is a tool used for experiment tracking, model registry, data versioning, and live model monitoring. This integration lets you use it as a UI (frontend) for the experiments you track in Sacred.
What will you get with this integration?
- Log, display, organize, and compare ML experiments in a single place
- Version, store, manage, and query trained models, and model building metadata
- Record and monitor model training, evaluation, or production runs live
What will be logged to Neptune?
- Hyper-parameters
- Losses & metrics
- Training code(Python scripts or Jupyter notebooks) and git information
- Dataset version
- Model Configuration
- Other metadata
Example custom dashboard in the Neptune UI
Resources
- Documentation
- Code example on GitHub
- Example dashboard in the Neptune app
- Run example in Google Colab
Example
# On the command line:
pip install neptune-client[sacred] sacred torch torchvision
# In Python:
import neptune.new as neptune
# Start a run
run = neptune.init(project = "common/sacred-integration",
api_token = "ANONYMOUS")
# Create a sacred experiment
experiment = Experiment("image_classification", interactive=True)
# Add NeptuneObserver and run the experiment
experiment.observers.append(NeptuneObserver(run=neptune_run))
experiment.run()
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! When in the Neptune application click on 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_sacred-0.10.1.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file neptune_sacred-0.10.1.tar.gz
.
File metadata
- Download URL: neptune_sacred-0.10.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbddafa7926866a9dcd7ceca5d443623fea2e1a2e65ae3708298d5600813ee63 |
|
MD5 | 189633888054ba6843f3e6efde792a06 |
|
BLAKE2b-256 | e5c417cc58f100f7ebc887a87b546bcedb9a49c0828f9d708ae956cc80963108 |
File details
Details for the file neptune_sacred-0.10.1-py3-none-any.whl
.
File metadata
- Download URL: neptune_sacred-0.10.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51c2be858755cb3115ce7efb3a3f2fb0ed0fbc12c5a54115a328d347f0cf5cd5 |
|
MD5 | 7f77a911c8c5ea1d9a6a3375aab756c5 |
|
BLAKE2b-256 | 79b351484d2ea924c98f46c64726eab1090436c0f7e1608216549c2f1512defa |