aws / aws/amazon-sagemaker-examples

keras_pipe_mode_horovod_cifar10.ipynb failed CI

Open
#2,273 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_sagemaker_studio/frameworks/keras_pipe_mode_horovod/keras_pipe_mode_horovod_cifar10.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [4]":
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in
2
3 bucket = sagemaker_session.default_bucket()
----> 4 dataset_uri = S3Uploader.upload('data', 's3://{}/tf-cifar10-example/data'.format(bucket))
5
6 display(dataset_uri)

/usr/local/lib/python3.7/site-packages/sagemaker/s3.py in upload(local_path, desired_s3_uri, kms_key, sagemaker_session)
89
90 return sagemaker_session.upload_data(
---> 91 path=local_path, bucket=bucket, key_prefix=key_prefix, extra_args=extra_args
92 )
93

/usr/local/lib/python3.7/site-packages/sagemaker/session.py in upload_data(self, path, bucket, key_prefix, extra_args)
225
226

[...]

FileNotFoundError: [Errno 2] No such file or directory: 'data'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.