Skip to main content

PyTorch Lightning Experiment Logger

Project description

Python Version PyPI Version Documentation

SagemakerExperimentsLogger

SagemakerExperimentsLogger provides a simple way to log experimental data such as hyperparameter settings and evaluation metrics via AWS SageMaker Experiments API. It can be easily integration into the concept of Pytorch Lightning Trainer class.

For detailed documentation, including the API reference, see Read the Docs

Installation

You can install the latest (nightly) version with pip using ssh with

pip install sagemaker-experiments-logger

Quickstart

The SageMaker Experiments logger can be easily applied by setup an own run context:

from pytorch_lightning import Trainer
from sagemaker.experiments.run import Run
from experiments_addon.logger import SagemakerExperimentsLogger

with Run(experiment_name="testExperiment", run_name="testRun1"):
    logger = SagemakerExperimentsLogger()
    trainer = Trainer(
        logger=logger,
        ...
    )
    ...

or by using an existing run context. For example in a SageMaker Training Step

from pytorch_lightning import Trainer
from experiments_addon.logger import SagemakerExperimentsLogger

logger = SagemakerExperimentsLogger(experiment_name="TestExp", run_name="TestRun")
trainer = Trainer(
logger=logger,
    ...
)
...

Usage

Try Tutorial Notebook to learn more about the usage of the SagemakerExperimentsLogger class.

It is also worth to read the blog post: Experiment Tracking With AWS SageMaker and PyTorch Lightning

Contributing

I welcome all contributions!

To file a bug or request a feature, please file a GitHub issue. Pull requests are welcome.

License

This library is licensed under the Apache 2.0 License.

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

sagemaker-experiments-logger-0.1.1.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file sagemaker-experiments-logger-0.1.1.tar.gz.

File metadata

File hashes

Hashes for sagemaker-experiments-logger-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c15c0922f41ca01c78b8a18f3e65047beaff7e6da8787dc50f9c943608f8b8a6
MD5 0be2676fc26f0e908656c86b0c2a5416
BLAKE2b-256 8fb6edecca4bb38878ecc852835944ce5dc948b15a49a873439ec6b515bf0836

See more details on using hashes here.

File details

Details for the file sagemaker_experiments_logger-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for sagemaker_experiments_logger-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 083a1c9fa8595ee2457b23e219b18fab8b4f630c54b79b04ade33bfbf2a03387
MD5 9bedf64ec8274c7c72fa087d9710d26e
BLAKE2b-256 90b080dbb2a13194f1c675083b27111a7f3cd324acd4664ceb0e809da6848464

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