ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
34 stars 14 forks source link

Leverage dask.distributed to run training/predict tasks #98

Open alvarolopez opened 2 years ago

alvarolopez commented 2 years ago

Instead of using our own task pool, we should leverage Dask distributed, as this will allow us to better consume resources from existing clusters.

alvarolopez commented 6 months ago

s/dask/dask or ray/