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
# 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} |
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
!pip install hyperas |