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

Replaced part 2 with latest from dmatrix #68

Closed dmatrix closed 1 year ago

dmatrix commented 1 year ago

Replaced with improvements from the latest at dmatrix

dmatrix commented 1 year ago

@kamil-kaczmarek this is a bit strange. GitHub action Runner is failing to access scikit-learn's California housing file. Have you seen this?

Screen Shot 2023-03-03 at 12 44 30 PM

kamil-kaczmarek commented 1 year ago

@kamil-kaczmarek this is a bit strange. GitHub action Runner is failing to access scikit-learn's California housing file. Have you seen this?

Screen Shot 2023-03-03 at 12 44 30 PM

Error is fixed now.

It was because you read/write dataset from many actors. To fix it, I moved dataset ops to globals.