RUCAIBox / NCL

[WWW'22] Official PyTorch implementation for "Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning".
119 stars 20 forks source link

关于卷积层数 #60

Closed cutefishh closed 7 months ago

cutefishh commented 7 months ago

我看到NCL模型中卷积层数设置的是3,请问文章中实验部分 其他baseline的卷积层数也是3吗?

hyp1231 commented 7 months ago

我印象里其他 baseline 的卷积层数是在 2 和 3 之间超参调优的。

cutefishh commented 7 months ago

谢谢!