recommenders-team/recommenders
在 GitHub 查看[ASK] Using datasets with a large number of users such as Gowalla in LightGCN model, RAM gets a lot involved
Open
#1,697 建立於 2022年4月7日
help wanted
倉庫指標
- Star
- (17,706 star)
- PR 合併指標
- (平均合併 6天 16小時) (30 天內合併 10 個 PR)
描述
I'm using google colab for training the model. I used gowalla dataset and after a few seconds after calling model = LightGCN(hparams, data, seed=SEED) System RAM gets full and my session terminates. I think this happens when creating adjacency matrix what should I do to fix this?