recommenders-team/recommenders
Voir sur GitHub[ASK] Utilizing GPU with LightGCN Pipeline
Open
#1 650 ouverte le 18 févr. 2022
help wanted
Métriques du dépôt
- Stars
- (17 706 stars)
- Métriques de merge PR
- (Merge moyen 6j 16h) (10 PRs mergées en 30 j)
Description
Description
Is there anything that needs to be done to make sure LightGCN is utilizing GPU's? I'm following this deep dive notebook here: https://github.com/microsoft/recommenders/blob/main/examples/02_model_collaborative_filtering/lightgcn_deep_dive.ipynb
My dataset is 1.4M users with about 13M interactions, a single epoch is taking about an hour. I have access to 4 GPU's, 192GB memory.
Thanks!