h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Fallback to CPU/sklearn when GPU fails (e.g. out of memory)

Open pseudotensor opened this issue 8 years ago • 0 comments

And, fallback to CPU or sklearn if n_gpu=0 is set and we have no CPU algorithm except scikit-learn's. E.g, if CPU lib not found for kmeans, revert to sklearn.

pseudotensor avatar Sep 12 '17 08:09 pseudotensor