You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mmm. The pattern elsewhere in MLJ is to have an acceleration hyperparameter, which takes an instance of AbstractResource, provided by ComputationalResources.jl. Examples are CPU1() ("cpu") and CUDALibs() ("gpu"). On the other hand, we generally try to mirror the original names, so should still provide device. We could provided both, but then there's a little logic needed to deal with any ambiguity/conflict.
but currently this package doesn't support
device="gpu"
The text was updated successfully, but these errors were encountered: