ai4os / DEEPaaS

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

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

Open alvarolopez opened 3 years ago

alvarolopez commented 3 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 11 months ago

s/dask/dask or ray/