Skip to content

Instantly share code, notes, and snippets.

View yeamusic21's full-sized avatar
🎯
Focusing

Matt yeamusic21

🎯
Focusing
View GitHub Profile
@yeamusic21
yeamusic21 / sagemaker_train.py
Created September 5, 2019 04:40
Kick off Sagemaker Training
# Notebook Instance Imports
import os
import sagemaker
from sagemaker.tensorflow import TensorFlow
# S3 directories
data_s3 = 's3://jigsaw-toxic-mjy/'
# define inputs
inputs = {'data':data_s3}
!pip install hyperas