Skip to content
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

Add methods for converting MF models to/from gpu #521

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Conversation

benfred
Copy link
Owner

@benfred benfred commented Jan 18, 2022

Adds some simple methods to convert BPR and ALS models from a CPU version
to a GPU version. This is useful for when you want to train on the CPU
and evaluate on the GPU (or vice versa).

Adds some simple methods to convert BPR and ALS models from a CPU version
to a GPU version. This is useful for when you want to train on the CPU
and evaluate on the GPU (or vice versa).
@benfred benfred changed the title Add x methods for converting MF models to/from gpu Add methods for converting MF models to/from gpu Jan 18, 2022
@benfred benfred merged commit 4301c8b into main Jan 18, 2022
@benfred benfred deleted the cpu_gpu_conversion branch January 18, 2022 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant