Skip to main content

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?

  • Hyperparameters
  • Losses and metrics
  • Training code (Python scripts or Jupyter notebooks) and Git information
  • Dataset version
  • Model configuration
  • Other metadata

image Example custom dashboard in the Neptune app

Resources

Example

On the command line:

pip install neptune-sacred

In Python:

import neptune

# Start a run
run = neptune.init_run(
    project = "common/sacred-integration",
    api_token = neptune.ANONYMOUS_API_TOKEN,
)

# Create a Sacred experiment
experiment = Experiment("image_classification", interactive=True)

# Add NeptuneObserver and run the experiment
experiment.observers.append(NeptuneObserver(run=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


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-1.0.1.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

neptune_sacred-1.0.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file neptune_sacred-1.0.1.tar.gz.

File metadata

  • Download URL: neptune_sacred-1.0.1.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for neptune_sacred-1.0.1.tar.gz
Algorithm Hash digest
SHA256 076904429e80c870e0f553303e91a9ea7618c49cb9034cce9df842cfadc1b891
MD5 3c6ddcbb779f33baf471ea4f84c7ec13
BLAKE2b-256 ec6e798fadeb6afc708deadad66600ca6e471ce4cab91c817635da94b107e272

See more details on using hashes here.

File details

Details for the file neptune_sacred-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for neptune_sacred-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b0059e1f66dec8aff5bdf521f0b5c515d1f44dd75b554c5825bf7636c95cb210
MD5 1c20f423602635e8fb9533526299023c
BLAKE2b-256 13118c0fdb475ee9cf28567728df9f0c87d3d81aaa31ad32f30f7a66d7c42905

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page