Skip to content

Instantly share code, notes, and snippets.

@EniasCailliau
Created August 23, 2018 12:55
Show Gist options
  • Save EniasCailliau/1e16a5186352318a42ab27e8d1bab014 to your computer and use it in GitHub Desktop.
Save EniasCailliau/1e16a5186352318a42ab27e8d1bab014 to your computer and use it in GitHub Desktop.
import sagemaker
bucket = sagemaker.Session().default_bucket()
prefix = 'radix/mnist_fashion_tutorial'
role = sagemaker.get_execution_role()
import boto3
from time import gmtime, strftime
from sagemaker.tensorflow import TensorFlow
from sagemaker.tuner import IntegerParameter, CategoricalParameter, ContinuousParameter, HyperparameterTuner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment