gusye1234 / LightGCN-PyTorch

The PyTorch implementation of LightGCN
871 stars 230 forks source link

Updated parameters for function call #7

Closed Tekrus closed 3 years ago

Tekrus commented 4 years ago

I just noticed that an additional argument was passed to the UniformSample_original_python function, simply removing the users fixes this, since this value is set on line 73 anyway.

gusye1234 commented 3 years ago

Yes, that's my mistake. Thanks for fixing it.