question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SageMaker Experiments compatibility

See original GitHub issue

Hi, is this library compatible with SageMaker Experiments tracking and/or SageMaker estimator experiment_config?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
geoalgocommented, Mar 21, 2022

I closed the issue, feel free to reopen if you have an issue with setting SageMaker experiment tracker.

1reaction
geoalgocommented, Mar 18, 2022

You can pass the experiment_config fit argument required to configure experiments in SageMaker estimator by setting the sagemaker_fit_kwargs parameter. For instance, something like:

    trial_backend = SageMakerBackend(
        # we tune a PyTorch Framework from Sagemaker
        sm_estimator=PyTorch(
            entry_point="main.py",
            instance_type="ml.m5.large",
            instance_count=1,
            role=get_execution_role(),
            framework_version='1.7.1',
            py_version='py3',
        ),
        sagemaker_fit_kwargs={'experiment_config': your_experiment_config}
    )

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manage Machine Learning with Amazon SageMaker ...
Use SageMaker Experiments to view, manage, analyze, and compare both custom experiments that you programmatically create and experiments automatically created ...
Read more >
Manage Machine Learning with Amazon SageMaker ...
Amazon SageMaker Experiments is a capability of Amazon SageMaker that lets you organize, track, compare, and evaluate your machine learning experiments.
Read more >
Organize, Track, and Evaluate ML Training Runs ... - YouTube
In this video, learn how Amazon SagMaker Experiments can help you and track these iterations within the visual interface of SageMaker Studio ...
Read more >
SageMaker Experiments Python SDK - GitHub
SageMaker Experiments is an AWS service for tracking machine learning Experiments. The SageMaker Experiments Python SDK is a high-level interface to this ...
Read more >
Next Generation Amazon SageMaker Experiments - Zephyrnet
With the new updates to SageMaker Experiments, it is now a part of the SageMaker SDK, simplifying the data scientist work and eliminating...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found