0

I would like to input data(Caltech 256 dataset) from Amazon s3 to sagemaker. I am doing this because I would like to modify the dataset if I can get this to work. Any ideas?

Tried using the pandas code from 'Load S3 Data into AWS SageMaker Notebook'

I hope the data from the S3 bucket will work just like downloading straight from the url. Obviously it isn't working.

John Rotenstein
  • 203,710
  • 21
  • 304
  • 382

1 Answers1

0

Can you specify which part doesn't work, and what are the error messages you get?

Also note that you have your execution role configured correct for SageMaker.

Deng Chuyang
  • 284
  • 2
  • 3