Skip to content

Instantly share code, notes, and snippets.

@shashankprasanna
Created July 13, 2020 22:57
Show Gist options
  • Save shashankprasanna/9826921aa711bb21ec8c030b31fe6f15 to your computer and use it in GitHub Desktop.
Save shashankprasanna/9826921aa711bb21ec8c030b31fe6f15 to your computer and use it in GitHub Desktop.
from smexperiments.experiment import Experiment
sm = boto3.Session().client('sagemaker')
training_experiment = Experiment.create(
experiment_name = f"cifar10-training-experiment",
description = "Hypothesis: If I use my custom image classification model, it will deliver better accuracy compared to a ResNet50 model on the CIFAR10 dataset",
sagemaker_boto_client=sm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment