Skip to content

Instantly share code, notes, and snippets.

@ctodd
Created July 9, 2020 04:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctodd/cdac8b947bf15778739bb4d7d50dd1aa to your computer and use it in GitHub Desktop.
Save ctodd/cdac8b947bf15778739bb4d7d50dd1aa to your computer and use it in GitHub Desktop.
BUCKET = 'deeplens-sagemaker-poopinator'
PREFIX = 'working' # root path working space
labeling_job_name = 'dog-obj2'
training_job_name = 'poopinator-detection-resnet'
local_working_dir = 'working'
local_manifest_dir = local_working_dir + '/manifests'
!aws s3 sync s3://$BUCKET/images images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment