-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore machine and inference on GPU #1146
Comments
I'm not sure I understood your question. Could you provide example code. |
if you train a mach = restore!(serializable(mach_bdt)) any subsequent call to |
Oh okay, I see what you mean now. At the moment we don't have support for gpu training with XGboost model. But I believe that since XGBoost.jl supports this, it should be possible to add support for this through MLJ. |
GPU training for XGBoost model is okay: JuliaAI/MLJXGBoostInterface.jl#54 I think the problem is more that there's no way to move inference back to GPU -- I think in thsi case XGBoost.jl may need the |
After saving and loading a machine, it runs inference on GPU (specifically, for XGBoost), is there an interface to move the model back to GPU?
The text was updated successfully, but these errors were encountered: