This file contains 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
local_directory = 'data' | |
prefix = repo_name+'/input' | |
# Upload dataset to S3 and set the train and validation path | |
train_input_path = sess.upload_data(local_directory+'/train/', key_prefix=prefix+'/train') | |
validation_input_path = sess.upload_data(local_directory+'/validation/', key_prefix=prefix+'/validation') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment