Last active
May 30, 2018 15:48
-
-
Save juliensimon/c105a2d19ef6357253e1223bf2e50dae to your computer and use it in GitHub Desktop.
kerasmxnet-upload.py
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
local_directory = 'data' | |
prefix = repo_name+'/input' | |
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