Created
March 14, 2020 00:18
-
-
Save shashankprasanna/ee1d9d144f95bb26fc92190df5daa67f to your computer and use it in GitHub Desktop.
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
train_path = f's3://{bucket_name}/{dataset_folder}/cifar10-dataset/train' | |
val_path = f's3://{bucket_name}/{dataset_folder}/cifar10-dataset/validation' | |
eval_path = f's3://{bucket_name}/{dataset_folder}/cifar10-dataset/eval' | |
hvd_estimator.fit({'train': train_path,'validation': val_path,'eval': eval_path}, | |
job_name=job_name, wait=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment