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?

  • Hyper-parameters
  • Losses & metrics
  • Training code(Python scripts or Jupyter notebooks) and git information
  • Dataset version
  • Model Configuration
  • Other metadata

image Example custom dashboard in the Neptune UI

Resources

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


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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for neptune_sacred-1.0.0.tar.gz
Algorithm Hash digest
SHA256 30fc35be62ec94dd2330f02d79190f89415b101647c864e7f6ed71eb90dcd2d4
MD5 a294c4b45a7995ad3612edee8a586ac3
BLAKE2b-256 620f31d0f52f7f3d2d5113638d35f7827ef195c509296de50452b495698f2f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for neptune_sacred-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 56c9c34dd44e67438a2dff87a2fc8f00c1b4623ff04a3d2026fbdc407a3599e6
MD5 62d028f386783f4c196a432d8069d663
BLAKE2b-256 97aadceba88ee0f9db2a21194cae0b4cb4905090c7797f30bfe4da0c0644e654

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