Created
July 13, 2020 22:57
-
-
Save shashankprasanna/9826921aa711bb21ec8c030b31fe6f15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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