ray-project / ray-educational-materials

This is suite of the hands-on training materials that shows how to scale CV, NLP, time-series forecasting workloads with Ray.
Apache License 2.0
344 stars 65 forks source link

Remove broken image url #112

Open KevinYang21 opened 1 year ago

KevinYang21 commented 1 year ago

Remove url pointing to a 404 url

Changes summary

Fixes #ISSUE_NUMBER https://github.com/ray-project/ray-educational-materials/issues/111

Summary of changes in this PR Remove a broken image url in the list.

The broken image url can lead to errors in the materials. E.g. Running this cell will get:

UnidentifiedImageError: cannot identify image file '**/ray-educational-materials/Ray_Core/task_images/stennis.jpg'

(image count referred Let's download 100 large images is not updated, as the # of images is 101 even after the removal)

PR scope

Checklist