Comment by Abishek_Muthian
4 years ago
I've not trained model using Dask, But I've used it for distributed computing exploration over local network for some data science workload. I found that dask much more stable when compared with Ray, Modin for multi-architecture distributed computing i.e. nodes with different CPU arch - ARMv8, x86_64.
My goal was to explore the extent of distributed computing using local low power compute nodes where different architectures are common and not to be compared with professional work like gp has detailed with homogeneous architectures.
But in case you'd like to indulge in similar masochist activities, I have couple of gists like installing Ray on ARM[1], Apache Arrow on ARM[2].
[1] https://gist.github.com/heavyinfo/aa0bf2feb02aedb3b38eef203b...
[2] https://gist.github.com/heavyinfo/04e1326bb9bed9cecb19c2d603...
No comments yet
Contribute on Hacker News ↗