awslabs / amazon-sagemaker-workshop

Amazon SageMaker workshops: Introduction, TensorFlow in SageMaker, and more
Apache License 2.0
381 stars 211 forks source link

Computer Vision Use Case: Image Classification - Dead Link to Batch Transform Data #17

Closed mthomp89 closed 3 years ago

mthomp89 commented 3 years ago

Following the 'Image Classification Full Training' module and getting a 404 error trying to download the Caltech256 dataset required for the batch transform portion of model deployment. Link is http://www.vision.caltech.edu/Image_Datasets/Caltech256/images/008.bathtub/ which leads to

2021-04-16 12_42_11-S3 Bucket Listing Generator

rabowskyb commented 3 years ago

Hello, thanks for checking in -- we have reviewed the Image Classification notebook used in the Introduction workshop. The link is https://github.com/awslabs/amazon-sagemaker-workshop/blob/master/notebooks/Image-classification-transfer-learning.ipynb. That notebook uses a test bathtub image that is fetched from GitHub, not the URL you linked above. Are you using a different notebook that is not part of the Introduction workshop?

Please use the notebook linked in this comment. For now, we'll close this issue, if there are issues with the notebook linked in this comment, please let us know and open a new issue.

mthomp89 commented 3 years ago

Yes, different notebook. Just realized that. Thank you.